feat: 电子药箱小程序 - 4Tab药品管理
- 电子药箱: 药品库存管理 + 手动录入 + 今日用药打卡 - 药品百科: 搜索 + 分类筛选 + 20种药品静态数据 - 惠教中心: 4条药品使用指南课程 - 我的: 家庭成员信息管理 - 自定义TabBar + navigation-bar组件 - SVG药品分类插图
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/tab-bar/medicine-box/index",
|
||||
"pages/tab-bar/medicine-box/add/index",
|
||||
"pages/tab-bar/drug-wiki/index",
|
||||
"pages/tab-bar/education/index",
|
||||
"pages/tab-bar/profile/index",
|
||||
"pages/tab-bar/profile/edit/index",
|
||||
"pages/drug-guide/index",
|
||||
"pages/login/login",
|
||||
"pages/live/video/video",
|
||||
"pages/live/registration/registration",
|
||||
"pages/live/red-history/red-history",
|
||||
"pages/live/report/report",
|
||||
"pages/common/red/red",
|
||||
"pages/live/room/room",
|
||||
"pages/live/h5Room/index",
|
||||
"pages/live/wxroom/index"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "package-live",
|
||||
"pages": [
|
||||
"wxroom/index",
|
||||
"login/login",
|
||||
"red-history/red-history"
|
||||
]
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"custom": true,
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/tab-bar/medicine-box/index",
|
||||
"text": "电子药箱"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/tab-bar/drug-wiki/index",
|
||||
"text": "药品百科"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/tab-bar/education/index",
|
||||
"text": "惠教中心"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/tab-bar/profile/index",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
"rendererOptions": {
|
||||
"skyline": {
|
||||
"defaultDisplayBlock": true,
|
||||
"defaultContentBox": true,
|
||||
"tagNameStyleIsolation": "legacy",
|
||||
"disableABTest": true,
|
||||
"sdkVersionBegin": "3.0.0",
|
||||
"sdkVersionEnd": "15.255.255"
|
||||
}
|
||||
},
|
||||
"componentFramework": "glass-easel",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"requiredPrivateInfos": [
|
||||
"chooseAddress"
|
||||
],
|
||||
"useExtendedLib": {
|
||||
"weui": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user