feat(WechatSmallProject): 新增 微信小程序 课程(包含实验1-4)
This commit is contained in:
45
WechatSmallProject/test2/app.json
Normal file
45
WechatSmallProject/test2/app.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/demo2/demo2",
|
||||
"pages/demo2/guest/guest",
|
||||
"pages/demo2/video/video",
|
||||
"pages/demo2/picture/picture"
|
||||
],
|
||||
"style": "v2",
|
||||
"renderer": "webview",
|
||||
"componentFramework": "glass-easel",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"tabBar": {
|
||||
"color": "#ccc",
|
||||
"selectedColor": "#ff4c91",
|
||||
"borderStyle": "white",
|
||||
"backgroundColor": "#fff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/demo2/demo2",
|
||||
"text": "邀请函",
|
||||
"iconPath": "images/demo2/invite.png",
|
||||
"selectedIconPath": "images/demo2/invite.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/demo2/picture/picture",
|
||||
"text": "照片",
|
||||
"iconPath": "images/demo2/marry.png",
|
||||
"selectedIconPath": "images/demo2/marry.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/demo2/video/video",
|
||||
"text": "美好时光",
|
||||
"iconPath": "images/demo2/video.png",
|
||||
"selectedIconPath": "images/demo2/video.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/demo2/guest/guest",
|
||||
"text": "宾客信息",
|
||||
"iconPath": "images/demo2/guest.png",
|
||||
"selectedIconPath": "images/demo2/guest.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user