|
@@ -5,7 +5,7 @@ const { ccclass, property } = _decorator;
|
|
|
export class config {
|
|
|
static debug = true;
|
|
|
static domain = "https://zcapi.xwrun.com";
|
|
|
- static version = 'v2.0'
|
|
|
+ static version = '调试中...'
|
|
|
static is_MAC_edit = false; //目前临时处理:如果是Mac并且浏览器打开了检查时设置为true,正式打包需要设置为false
|
|
|
static select_res_and_control_type = {
|
|
|
RES_TYPE:0,
|