2026-01-14 12:56:39 +08:00
|
|
|
|
{
|
|
|
|
|
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
2026-02-24 14:35:58 +08:00
|
|
|
|
"projectname": "miniprogram",
|
2026-01-14 12:56:39 +08:00
|
|
|
|
"setting": {
|
2026-02-24 14:35:58 +08:00
|
|
|
|
"compileHotReLoad": true,
|
2026-02-25 16:26:13 +08:00
|
|
|
|
"urlCheck": false,
|
2026-02-24 14:35:58 +08:00
|
|
|
|
"coverView": true,
|
|
|
|
|
|
"lazyloadPlaceholderEnable": false,
|
|
|
|
|
|
"skylineRenderEnable": false,
|
|
|
|
|
|
"preloadBackgroundData": false,
|
|
|
|
|
|
"autoAudits": false,
|
|
|
|
|
|
"useApiHook": true,
|
|
|
|
|
|
"showShadowRootInWxmlPanel": true,
|
|
|
|
|
|
"useStaticServer": false,
|
|
|
|
|
|
"useLanDebug": false,
|
|
|
|
|
|
"showES6CompileOption": false,
|
|
|
|
|
|
"checkInvalidKey": true,
|
|
|
|
|
|
"ignoreDevUnusedFiles": true,
|
|
|
|
|
|
"bigPackageSizeSupport": false,
|
|
|
|
|
|
"useIsolateContext": true
|
|
|
|
|
|
},
|
|
|
|
|
|
"libVersion": "3.13.2",
|
|
|
|
|
|
"condition": {
|
|
|
|
|
|
"miniprogram": {
|
|
|
|
|
|
"list": [
|
2026-02-27 11:43:18 +08:00
|
|
|
|
{
|
2026-03-03 11:12:56 +08:00
|
|
|
|
"name": "pages/about/about",
|
|
|
|
|
|
"pathName": "pages/about/about",
|
2026-02-27 11:43:18 +08:00
|
|
|
|
"query": "",
|
|
|
|
|
|
"scene": null,
|
|
|
|
|
|
"launchMode": "default"
|
|
|
|
|
|
},
|
2026-03-03 11:12:56 +08:00
|
|
|
|
{
|
|
|
|
|
|
"name": "pages/vip/vip",
|
|
|
|
|
|
"pathName": "pages/vip/vip",
|
|
|
|
|
|
"query": "",
|
|
|
|
|
|
"launchMode": "default",
|
|
|
|
|
|
"scene": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "pages/profile-edit/profile-edit",
|
|
|
|
|
|
"pathName": "pages/profile-edit/profile-edit",
|
|
|
|
|
|
"query": "",
|
|
|
|
|
|
"launchMode": "default",
|
|
|
|
|
|
"scene": null
|
|
|
|
|
|
},
|
2026-02-28 17:26:03 +08:00
|
|
|
|
{
|
|
|
|
|
|
"name": "个人资料",
|
|
|
|
|
|
"pathName": "pages/profile-show/profile-show",
|
|
|
|
|
|
"query": "",
|
|
|
|
|
|
"launchMode": "default",
|
|
|
|
|
|
"scene": null
|
|
|
|
|
|
},
|
2026-02-24 14:35:58 +08:00
|
|
|
|
{
|
2026-02-28 15:16:23 +08:00
|
|
|
|
"name": "pages/mentors/mentors",
|
|
|
|
|
|
"pathName": "pages/mentors/mentors",
|
2026-02-24 14:35:58 +08:00
|
|
|
|
"query": "",
|
|
|
|
|
|
"launchMode": "default",
|
|
|
|
|
|
"scene": null
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "我的",
|
|
|
|
|
|
"pathName": "pages/my/my",
|
|
|
|
|
|
"query": "",
|
|
|
|
|
|
"launchMode": "default",
|
|
|
|
|
|
"scene": null
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|
2026-01-14 12:56:39 +08:00
|
|
|
|
}
|
2026-01-21 15:49:12 +08:00
|
|
|
|
}
|