From 74c9e7ac66b028bbab0f0a1e3489d24204753c20 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 4 Jan 2024 12:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=B1=B3=E7=A4=BE=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 4 ++-- src/web/constant/bbs.ts | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3373628b..96d1fdcd 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -148,8 +148,8 @@ "resizable": false, "title": "米游社", "label": "mhy_client", - "url": "https://api-static.mihoyo.com/", - "userAgent": "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.63.1", + "url": "about:blank", + "userAgent": "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.67.1", "visible": false, "width": 400, "height": 800, diff --git a/src/web/constant/bbs.ts b/src/web/constant/bbs.ts index 001f0939..b4e5963f 100644 --- a/src/web/constant/bbs.ts +++ b/src/web/constant/bbs.ts @@ -1,22 +1,22 @@ /** * @file web/constant/bbs.ts * @description 常量-应用数据 - * @since Beta v0.3.6 + * @since Beta v0.4.0 */ -export const BBS_VERSION = "2.63.1"; +export const BBS_VERSION = "2.67.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.63.1 - * @since Beta v0.3.6 + * @version 2.67.1 + * @since Beta v0.4.0 */ export const BBS_SALT = { - K2: "BIPaooxbWZW02fGHZL1If26mYCljPgst", - LK2: "9ttJY72HxbjwWRNHJvn0n2AYue47nYsK", + K2: "yajbb9O8TgQYOW7JVZYfUJhXN7mAeZPE", + LK2: "LyD1rXqMv2GJhnwdvCBjFOKGiKuLY3aO", X4: "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs", X6: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v", PROD: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",