| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": [
- {
- "type": "suffix",
- "value": ".less"
- },
- {
- "type": "suffix",
- "value": ".css"
- }
- ]
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "autoAudits": false,
- "uglifyFileName": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.6.2",
- "appid": "wx5ae6908ae55edcb7",
- "projectname": "kaixin",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": 0,
- "list": [
- {
- "id": 0,
- "name": "share",
- "pathName": "pages/index/index",
- "query": "shareToken=b053078af4a642c480263e40e342612f",
- "scene": "1012"
- }
- ]
- }
- }
- }
|