Update api.js

This commit is contained in:
2025-11-24 21:13:56 +08:00
committed by GitHub
parent 6595b7554a
commit 86fef03044

View File

@@ -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"; "https://raw.githubusercontent.com/Wx-2025/ST-Amily2-Chat-Optimisation/refs/heads/main/amily2_update_info.json";
const MESSAGE_BOARD_URL = 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() { export async function fetchMessageBoardContent() {
if (!MESSAGE_BOARD_URL) { if (!MESSAGE_BOARD_URL) {