Files
doodle-mini/project.private.config.json
T
2026-04-28 20:09:29 +08:00

92 lines
2.7 KiB
JSON

{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "doodle-mini",
"setting": {
"compileHotReLoad": true,
"urlCheck": true,
"coverView": false,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": true,
"preloadBackgroundData": false,
"autoAudits": false,
"useApiHook": true,
"useApiHostProcess": true,
"showShadowRootInWxmlPanel": false,
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": false
},
"libVersion": "3.7.12",
"condition": {
"miniprogram": {
"list": [
{
"name": "englishPages/letterTracing/letterTracing",
"pathName": "englishPages/letterTracing/letterTracing",
"query": "",
"scene": null,
"launchMode": "default"
},
{
"name": "supportPages/debug/debug",
"pathName": "supportPages/debug/debug",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "pages/category/category",
"pathName": "pages/category/category",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "mathIndex",
"pathName": "mathPages/mathDraw/mathDraw",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "focusDraw",
"pathName": "focusPages/focusDraw/focusDraw",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "oldFocusIndex",
"pathName": "supportPages/focusIndex/focusIndex",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "oldMathIndex",
"pathName": "supportPages/mathIndex/mathIndex",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "pages/index/index",
"pathName": "pages/index/index",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "englishPages/letterTracing/letterTracing",
"pathName": "englishPages/letterTracing/letterTracing",
"query": "id=letter-tracing-single",
"launchMode": "default",
"scene": null
}
]
}
}
}