⬆️ 更新依赖

This commit is contained in:
目棃
2025-03-28 10:17:17 +08:00
parent 89a79dc968
commit 211f689426
9 changed files with 103 additions and 103 deletions

View File

@@ -1,10 +1,10 @@
/**
* @file utils/TGBbs.ts
* @description 关于 BBS 的工具函数
* @since Beta v0.7.0
* @since Beta v0.7.3
*/
const BBS_VERSION: Readonly<string> = "2.82.0";
const BBS_VERSION: Readonly<string> = "2.85.1";
const BBS_UA_MOBILE: Readonly<string> = `Mozilla/5.0 (Linux; Android 12) Mobile miHoYoBBS/${BBS_VERSION}`;
/**