This website requires JavaScript.
Explore
Help
Sign In
Test_Project_Cocos
/
JisolGame
Watch
1
Star
0
Fork
0
You've already forked JisolGame
mirror of
https://gitee.com/jisol/jisol-game/
synced
2025-06-26 19:34:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
JisolGame
/
JisolGameCocos
/
assets
/
script
/
Env.ts
12 lines
152 B
TypeScript
Raw
Normal View
History
Unescape
Escape
提交完美的无头模式
2023-11-22 17:46:08 +08:00
无头模式测试
2023-11-22 03:51:37 +08:00
//打包环境
export
enum
Env
{
Server
,
//服务器模式
H5
,
//H5模式
}
//当前环境
提交完美的无头模式
2023-11-22 17:46:08 +08:00
export
const
EnvCurrent
:
Env
=
Env
.
H5
;
Reference in New Issue
Copy Permalink