Skip to content

Commit

Permalink
👽️ 更新国际服公告Api
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Oct 8, 2024
1 parent 80820a6 commit 888cfa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/request/getAnno.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -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 获取游戏内公告参数
Expand Down

0 comments on commit 888cfa5

Please sign in to comment.