12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": false,
- "postcss": false,
- "minified": false,
- "newFeature": true,
- "bigPackageSizeSupport": true
- },
- "compileType": "miniprogram",
- "libVersion": "",
- "appid": "touristappid",
- "projectname": "智能衣柜",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": 0,
- "list": [
- {
- "name": "",
- "path": "",
- "query": "",
- "id": 0
- }
- ]
- }
- }
- }
|