From 86fef030446f8295c7c180fd380ed44229d74913 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Mon, 24 Nov 2025 21:13:56 +0800 Subject: [PATCH] Update api.js --- core/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api.js b/core/api.js index 139f560..0c410b2 100644 --- a/core/api.js +++ b/core/api.js @@ -46,7 +46,7 @@ const UPDATE_CHECK_URL = "https://raw.githubusercontent.com/Wx-2025/ST-Amily2-Chat-Optimisation/refs/heads/main/amily2_update_info.json"; const MESSAGE_BOARD_URL = - "https://raw.githubusercontent.com/Wx-2025/ST-Amily2-Chat-Optimisation/refs/heads/main/amily2_message_board.json"; + "https://amilyservice.amily49.cc/amily2_message_board.json"; export async function fetchMessageBoardContent() { if (!MESSAGE_BOARD_URL) {