无头模式测试

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-22 03:51:37 +08:00
parent 5ab90ea221
commit 7389f6d716
535 changed files with 991 additions and 162534 deletions

View File

@@ -0,0 +1,8 @@
//打包环境
export enum Env{
Server, //服务器模式
H5, //H5模式
}
//当前环境
export const EnvCurrent:Env = Env.Server;