From 1c69cf07a581fbfffb931f732070cb9de1c89d31 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 16 Nov 2023 22:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E7=B1=B3=E7=A4=BE=20salt?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0=EF=BC=8C2.59.1=20=E2=86=92=202.63.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 2 +- src/web/constant/bbs.ts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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",