From 888cfa57967a6d9009c17e737d7601fbc88313aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 8 Oct 2024 20:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E6=9C=8D=E5=85=AC=E5=91=8AApi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/request/getAnno.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/request/getAnno.ts b/src/web/request/getAnno.ts index a649a176..d239bae0 100644 --- a/src/web/request/getAnno.ts +++ b/src/web/request/getAnno.ts @@ -1,7 +1,7 @@ /** * @file web/request/getAnnouncement.ts * @description 获取游戏内公告 - * @since Beta v0.5.5 + * @since Beta v0.6.0 */ import TGHttp from "../../utils/TGHttp.js"; @@ -18,7 +18,7 @@ export enum AnnoServer { export type AnnoLang = "zh-cn" | "zh-tw" | "en" | "ja"; const AnnoApi = "https://hk4e-ann-api.mihoyo.com/common/hk4e_cn/announcement/api"; -const AnnoApiGlobal = "https://hk4e-api-os.hoyoverse.com/common/hk4e_global/announcement/api"; +const AnnoApiGlobal = "https://sg-hk4e-api.hoyoverse.com/common/hk4e_global/announcement/api"; /** * @description 获取游戏内公告参数