mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
10 lines
275 B
TypeScript
10 lines
275 B
TypeScript
/**
|
|
* @file web constant bbs.ts
|
|
* @description 常量-应用数据
|
|
* @author BTMuli<bt-muli@outlook.com>
|
|
* @since Alpha v0.2.0
|
|
*/
|
|
|
|
export const BBS_VERSION = "2.50.1";
|
|
export const BBS_HEADER_AGENT = `Mozilla/5.0 (Windows NT 10.0; Win64; x64) miHoYoBBS/${BBS_VERSION}`;
|