更新 src/config.js
This commit is contained in:
@@ -3,7 +3,7 @@ const fs = require("fs");
|
|||||||
const { default: axios } = require("axios");
|
const { default: axios } = require("axios");
|
||||||
const { log } = require("./util");
|
const { log } = require("./util");
|
||||||
|
|
||||||
// Updated on 2025/06/29 Windows client 5.7.0
|
// Updated on 2025/12/07 Windows client 6.2.0
|
||||||
exports.hk4e_ListNotificationURL =
|
exports.hk4e_ListNotificationURL =
|
||||||
"https://api-cloudgame.mihoyo.com/hk4e_cg_cn/gamer/api/listNotifications?is_sort=true&source=NotificationSourceUnknown&status=NotificationStatusUnread&type=NotificationTypePopup";
|
"https://api-cloudgame.mihoyo.com/hk4e_cg_cn/gamer/api/listNotifications?is_sort=true&source=NotificationSourceUnknown&status=NotificationStatusUnread&type=NotificationTypePopup";
|
||||||
exports.hk4e_AckNotificationURL =
|
exports.hk4e_AckNotificationURL =
|
||||||
@@ -11,7 +11,7 @@ exports.hk4e_AckNotificationURL =
|
|||||||
exports.hk4e_WalletURL =
|
exports.hk4e_WalletURL =
|
||||||
"https://api-cloudgame.mihoyo.com/hk4e_cg_cn/wallet/wallet/get?cost_method=COST_METHOD_UNSPECIFIED&get_type=GET_TYPE_DEFAULT";
|
"https://api-cloudgame.mihoyo.com/hk4e_cg_cn/wallet/wallet/get?cost_method=COST_METHOD_UNSPECIFIED&get_type=GET_TYPE_DEFAULT";
|
||||||
exports.hk4e_AppVersionURL =
|
exports.hk4e_AppVersionURL =
|
||||||
"https://api-takumi.mihoyo.com/ptolemaios_api/api/getLatestRelease?app_id=1953443910&app_version=5.6.0&channel=cypcweb";
|
"https://api-takumi.mihoyo.com/ptolemaios_api/api/getLatestRelease?app_id=1953443910&app_version=6.1.0&channel=cypcweb";
|
||||||
|
|
||||||
// Updated on 2025/06/29 Windows client 2.0.1
|
// Updated on 2025/06/29 Windows client 2.0.1
|
||||||
exports.nap_ListNotificationURL =
|
exports.nap_ListNotificationURL =
|
||||||
|
|||||||
Reference in New Issue
Block a user