mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-27 05:49:45 +08:00
10 lines
187 B
TypeScript
10 lines
187 B
TypeScript
/**
|
|
* @file web constant utils.ts
|
|
* @description 一些杂项的常量
|
|
* @author BTMuli<bt-muli@outlook.com>
|
|
* @since Alpha v0.2.0
|
|
*/
|
|
|
|
// game_biz
|
|
export const GAME_BIZ = "hk4e_cn";
|