colorBlock/build-templates/wechatgame/project.config.json
YZ\249929363 4ca3daaa48 提交
2025-06-26 14:44:43 +08:00

45 lines
1005 B
JSON

{
"description": "项目配置文件。",
"cloudfunctionRoot": "./cloudfunctions",
"miniprogramRoot": "./",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": false,
"newFeature": false
},
"compileType": "game",
"libVersion": "2.4.15",
"appid": "wxdd145ced49158a1e",
"projectname": "ColorBlock",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": [],
"current": -1
},
"miniprogram": {
"current": -1,
"list": []
}
},
"isGameTourist": false,
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"simulatorPluginLibVersion": {}
}