qingcheng-xiaochengxu/project.private.config.json

23 lines
705 B
JSON
Raw Normal View History

2025-04-28 07:59:21 +00:00
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
2025-05-16 03:02:59 +00:00
"projectname": "%E9%9D%92%E6%A9%99",
2025-04-28 07:59:21 +00:00
"setting": {
2025-05-11 07:12:01 +00:00
"compileHotReLoad": true,
2025-05-15 01:40:36 +00:00
"urlCheck": false,
"bigPackageSizeSupport": false
2025-04-28 07:59:21 +00:00
},
2025-05-11 07:12:01 +00:00
"condition": {
"miniprogram": {
"list": [
{
"name": "pages/xiangqing/xiangqing",
2025-05-15 01:40:36 +00:00
"pathName": "pages/wodejiedan/wodejiedan",
2025-05-11 07:12:01 +00:00
"query": "",
"launchMode": "default",
"scene": null
}
]
}
2025-05-16 03:02:59 +00:00
},
"libVersion": "trial"
2025-04-28 07:59:21 +00:00
}