加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
project.config.json 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
韩勇强 提交于 2020-06-15 14:04 . 提交代码
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"autoAudits": false,
"coverView": true,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"useCompilerModule": false
},
"compileType": "miniprogram",
"libVersion": "2.9.4",
"appid": "wx4a74481bb424d4f0",
"projectname": "miniprogram-demo-center",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"gamePlugin": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": 0,
"name": "显示地图",
"pathName": "pages/map/show/show",
"query": "",
"scene": null
},
{
"id": 1,
"name": "视野控制",
"pathName": "pages/map/view/view",
"query": "",
"scene": null
},
{
"id": 2,
"name": "地图控件",
"pathName": "pages/map/control/control",
"query": "",
"scene": null
},
{
"id": -1,
"name": "触发事件",
"pathName": "pages/map/event/event",
"query": "",
"scene": null
},
{
"id": 4,
"name": "路线规划插件",
"pathName": "pages/plugin/route-plan/route-plan",
"query": "",
"scene": null
},
{
"id": -1,
"name": "首页",
"pathName": "pages/index/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "标注点",
"pathName": "pages/map/marker/marker",
"query": "",
"scene": null
},
{
"id": 7,
"name": "插件文档页",
"pathName": "pages/plugin/document/document",
"query": "type=subway",
"scene": null
},
{
"id": -1,
"name": "地图选点插件",
"pathName": "pages/plugin/location-picker/location-picker",
"query": "",
"scene": null
},
{
"id": 9,
"name": "个性化地图",
"pathName": "pages/customized/customized-index/customized-index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "覆盖物",
"pathName": "pages/map/overlay/overlay",
"scene": null
}
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化