更新 src/config.js

This commit is contained in:
2025-12-07 08:19:15 +08:00
parent 78733375ce
commit 4f04ba95b3

View File

@@ -3,7 +3,7 @@ const fs = require("fs");
const { default: axios } = require("axios");
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 =
"https://api-cloudgame.mihoyo.com/hk4e_cg_cn/gamer/api/listNotifications?is_sort=true&source=NotificationSourceUnknown&status=NotificationStatusUnread&type=NotificationTypePopup";
exports.hk4e_AckNotificationURL =
@@ -11,7 +11,7 @@ exports.hk4e_AckNotificationURL =
exports.hk4e_WalletURL =
"https://api-cloudgame.mihoyo.com/hk4e_cg_cn/wallet/wallet/get?cost_method=COST_METHOD_UNSPECIFIED&get_type=GET_TYPE_DEFAULT";
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
exports.nap_ListNotificationURL =