⬆️ 更新salt

This commit is contained in:
目棃
2024-08-28 13:10:07 +08:00
parent c95f58423a
commit 5f08a7ed94
2 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ use tauri_utils::config::WebviewUrl;
pub async fn create_mhy_client(handle: AppHandle, func: String, url: String) {
let mut win_width = 400.0;
let mut win_height = 800.0;
let win_ua = "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.72.2";
let win_ua = "Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/2.75.1";
let url_parse;
if url != "" {
url_parse = WebviewUrl::External(url.parse().unwrap());

View File

@@ -1,22 +1,22 @@
/**
* @file web/constant/bbs.ts
* @description 常量-应用数据
* @since Beta v0.5.1
* @since Beta v0.5.5
*/
export const BBS_VERSION = "2.72.2";
export const BBS_VERSION = "2.75.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.72.2
* @version 2.75.1
* @since Beta v0.5.0
*/
export const BBS_SALT = {
K2: "KsQAfcXzHdMjoQQqjnPXVTXAygltZbSI",
LK2: "tQURIpqhPqvFBNLHqoioILMifLtnyjIt",
K2: "oqrJbPCoFhWhFBNDvVRuldbrbiVxyWsP",
LK2: "zZDfHqEcwTqvvKDmqRcHyqqurxGgLfBV",
X4: "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs",
X6: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",
PROD: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",