mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
♻️ 变更目录,参考 TGAssistant 优化一些方法
This commit is contained in:
10
src/web/constant/bbs.ts
Normal file
10
src/web/constant/bbs.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @file web constant bbs.ts
|
||||
* @description 常量-应用数据
|
||||
* @author BTMuli<bt-muli@outlook.com>
|
||||
* @since Alpha v0.2.0
|
||||
*/
|
||||
|
||||
export const BBS_VERSION = "2.49.1";
|
||||
export const BBS_HEADER_AGENT = `Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) miHoYoBBS/${BBS_VERSION}`;
|
||||
export const BBS_REFERER = "https://webstatic.mihoyo.com";
|
||||
Reference in New Issue
Block a user