♻️ 更新 salt

This commit is contained in:
BTMuli
2023-10-05 15:43:32 +08:00
parent ce2ff5b6f5
commit e974f30647
4 changed files with 24 additions and 39 deletions

View File

@@ -1,10 +1,22 @@
/**
* @file web constant bbs.ts
* @description 常量-应用数据
* @author BTMuli <bt-muli@outlook.com>
* @since Beta v0.3.0
* @since Beta v0.3.3
*/
export const BBS_VERSION = "2.50.1";
export const BBS_VERSION = "2.59.1";
export const BBS_HEADER_AGENT = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) miHoYoBBS/${BBS_VERSION}`;
export const BBS_APP_ID = "bll8iq97cem8";
/**
* @description salt 值
* @version 2.59.1
* @since Beta v0.3.3
*/
export const BBS_SALT = {
K2: "awFeNNTsLYcK20LSO60Es8CRVZOjCB1b",
LK2: "6pNd5NnDnbwKxewrPwEoWlSYwhualS2H",
X4: "xV8v4Qu54lUKrEYFZkJhB8cuOh9Asafs",
X6: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",
PROD: "t0qEgfub6cvueAPgR5m9aQWWVciEer7v",
};