diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6ff29479..aaff9f46 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -141,7 +141,7 @@ "title": "米游社", "label": "mhy_client", "url": "https://api-static.mihoyo.com/", - "userAgent": "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.59.1", + "userAgent": "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.63.1", "visible": false, "width": 400, "height": 800, diff --git a/src/web/constant/bbs.ts b/src/web/constant/bbs.ts index 93c6baf9..001f0939 100644 --- a/src/web/constant/bbs.ts +++ b/src/web/constant/bbs.ts @@ -4,19 +4,19 @@ * @since Beta v0.3.6 */ -export const BBS_VERSION = "2.59.1"; +export const BBS_VERSION = "2.63.1"; export const BBS_UA_PC = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) miHoYoBBS/${BBS_VERSION}`; export const BBS_UA_MOBILE = `Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/${BBS_VERSION}`; export const BBS_APP_ID = "bll8iq97cem8"; /** * @description salt 值 - * @version 2.59.1 - * @since Beta v0.3.3 + * @version 2.63.1 + * @since Beta v0.3.6 */ export const BBS_SALT = { - K2: "awFeNNTsLYcK20LSO60Es8CRVZOjCB1b", - LK2: "6pNd5NnDnbwKxewrPwEoWlSYwhualS2H", + K2: "BIPaooxbWZW02fGHZL1If26mYCljPgst", + LK2: "9ttJY72HxbjwWRNHJvn0n2AYue47nYsK", X4: "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs", X6: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v", PROD: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",