⬆️ 更新UA

This commit is contained in:
BTMuli
2025-05-26 09:13:13 +08:00
parent 11bf522e22
commit e3bc295aa5
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
*/
export type SaltKey = "K2" | "LK2" | "X4" | "X6" | "PROD";
const BBS_VERSION: Readonly<string> = "2.86.0";
const BBS_VERSION: Readonly<string> = "2.87.0";
const BBS_UA_MOBILE: Readonly<string> = `Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/${BBS_VERSION}`;
const BBS_UA_PC: Readonly<string> = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) miHoYoBBS/${BBS_VERSION}`;