mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-15 15:31:08 +00:00
34 lines
516 B
JSON
34 lines
516 B
JSON
{
|
|
"description": "项目配置文件。",
|
|
"miniprogramRoot": "./",
|
|
"setting": {
|
|
"urlCheck": true,
|
|
"es6": true,
|
|
"postcss": true,
|
|
"minified": false,
|
|
"newFeature": false
|
|
},
|
|
"compileType": "game",
|
|
"libVersion": "game",
|
|
"appid": "",
|
|
"projectname": "",
|
|
"condition": {
|
|
"search": {
|
|
"current": -1,
|
|
"list": []
|
|
},
|
|
"conversation": {
|
|
"current": -1,
|
|
"list": []
|
|
},
|
|
"game": {
|
|
"currentL": -1,
|
|
"list": [],
|
|
"current": -1
|
|
},
|
|
"miniprogram": {
|
|
"current": -1,
|
|
"list": []
|
|
}
|
|
}
|
|
} |