From 4f04ba95b3b756e191c961c777c3f51fd1f17211 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sun, 7 Dec 2025 08:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index 712bce4..b523c39 100644 --- a/src/config.js +++ b/src/config.js @@ -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 =