mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
无头模式测试
This commit is contained in:
8
JisolGameCocos/assets/script/Env.ts
Normal file
8
JisolGameCocos/assets/script/Env.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
//打包环境
|
||||
export enum Env{
|
||||
Server, //服务器模式
|
||||
H5, //H5模式
|
||||
}
|
||||
|
||||
//当前环境
|
||||
export const EnvCurrent:Env = Env.Server;
|
Reference in New Issue
Block a user