1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true
- },
- "compileType": "game",
- "libVersion": "game",
- "appid": "wx57ee4c500a48fb52",
- "projectname": "%E9%A3%8E%E7%81%AB%E8%BD%AE%E6%B8%B8%E6%88%8F%E5%B9%B3%E5%8F%B0",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "current": 1,
- "list": [
- {
- "id": -1,
- "name": "分享",
- "query": "state=hy00010010000074"
- },
- {
- "id": -1,
- "name": "从小程序返回",
- "scene": "1038"
- }
- ]
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
- }
- }
|