- Introduced `navigateToMiniProgramAppIdList` in app.json for mini program navigation. - Updated link tag handling in the read page to support mini program keys and app IDs. - Enhanced content parsing to include app ID and mini program key in link tags. - Added linked mini programs management in the admin panel with API endpoints for CRUD operations. - Improved UI for selecting linked mini programs in the content creation page.
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||
"projectname": "miniprogram",
|
||
"setting": {
|
||
"compileHotReLoad": true,
|
||
"urlCheck": false,
|
||
"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": [
|
||
{
|
||
"name": "唤醒",
|
||
"pathName": "pages/read/read",
|
||
"query": "mid=209",
|
||
"scene": null,
|
||
"launchMode": "default"
|
||
},
|
||
{
|
||
"name": "pages/my/my",
|
||
"pathName": "pages/my/my",
|
||
"query": "",
|
||
"launchMode": "singlePage",
|
||
"scene": null
|
||
},
|
||
{
|
||
"name": "pages/read/read",
|
||
"pathName": "pages/read/read",
|
||
"query": "mid=20",
|
||
"launchMode": "default",
|
||
"scene": null
|
||
},
|
||
{
|
||
"name": "pages/read/read",
|
||
"pathName": "pages/read/read",
|
||
"query": "mid=1",
|
||
"launchMode": "default",
|
||
"scene": null
|
||
}
|
||
]
|
||
}
|
||
}
|
||
} |