From 3c6c3cffaf0b19d0cb1e25311dd11a5ee642d5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Mon, 1 Jul 2024 14:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E6=9B=B4=E6=96=B0=20salt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/constant/bbs.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/web/constant/bbs.ts b/src/web/constant/bbs.ts index 5313ba44..d6c13d25 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.4.5 + * @since Beta v0.4.10 */ -export const BBS_VERSION = "2.70.1"; +export const BBS_VERSION = "2.72.2"; 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.70.1 - * @since Beta v0.4.5 + * @version 2.72.2 + * @since Beta v0.4.10 */ export const BBS_SALT = { - K2: "S9Hrn38d2b55PamfIR9BNA3Tx9sQTOem", - LK2: "sjdNFJB7XxyDWGIAk0eTV8AOCfMJmyEo", + K2: "KsQAfcXzHdMjoQQqjnPXVTXAygltZbSI", + LK2: "tQURIpqhPqvFBNLHqoioILMifLtnyjIt", X4: "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs", X6: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v", PROD: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",