1 Star 0 Fork 13

HycJack/绘本小程序

forked from sunkm/绘本小程序 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.67 KB
一键复制 编辑 原始数据 按行查看 历史
邪性 提交于 2023-10-09 09:58 . init
{
"pages": [{
"path": "pages/EnglishBookshelf/index",
"style": {
"navigationBarTitleText": "英文书架",
"enablePullDownRefresh":true
}
},
{
"path": "pages/ChineseBookshelf/index",
"style": {
"navigationBarTitleText": "中文书架",
"enablePullDownRefresh":true
}
},
{
"path": "pages/EarGrinding/index",
"style": {
"navigationBarTitleText": "磨耳朵"
}
}, {
"path": "pages/PersonalCenter/index",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#FF5125",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/Search/index",
"style": {
"navigationBarTitleText": "搜索",
"onReachBottomDistance": 100
}
},
{
"path": "pages/Bookcase/index",
"style": {
"navigationBarTitleText": "绘本书架"
}
},
{
"path": "pages/ReadBook/index",
"style": {
"navigationBarTitleText": "阅读",
"pageOriention":"portrait"
}
},
{
"path": "pages/LearnClock/index",
"style": {
"navigationBarTitleText": "学习打卡"
}
},
{
"path": "pages/LearnCopy/index",
"style": {
"navigationBarTitleText": "打卡"
}
},
{
"path": "pages/Html/index",
"style": {
"navigationBarTitleText":"链接"
}
},
{
"path": "pages/Forum/index",
"style": {
"navigationBarTitleText": "绘本资源"
}
},
{
"path": "pages/EarGrindingRead/index",
"style": {
"navigationBarTitleText": "绘本"
}
}
],
"tabBar": {
"selectedColor": "#FF5125",
"list": [
{
"iconPath": "static/tabber/book1.png",
"selectedIconPath": "static/tabber/book.png",
"pagePath": "pages/EnglishBookshelf/index",
"text": "英文书架"
},
{
"iconPath": "static/tabber/book1.png",
"selectedIconPath": "static/tabber/book.png",
"pagePath": "pages/ChineseBookshelf/index",
"text": "中文书架"
},
{
"iconPath": "static/tabber/headset1.png",
"selectedIconPath": "static/tabber/headset.png",
"pagePath": "pages/LearnClock/index",
"text": "学习打卡"
},
{
"iconPath": "static/tabber/personnel1.png",
"selectedIconPath": "static/tabber/personnel.png",
"pagePath": "pages/PersonalCenter/index",
"text": "我的"
}
]
},
"subPackages": [
{
"root": "forumPage",
"pages": [
{
"path": "Tribune/index",
"style": {
"navigationBarTitleText": "绘本集"
}
},
{
"path": "Picture/index",
"style": {
"navigationBarTitleText": "绘本"
}
}
]
},{
"root": "personPages",
"pages": [
{
"path": "Collect/index",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "Audio/index",
"style": {
"navigationBarTitleText": "我的录音",
"onReachBottomDistance": 100
}
},
{
"path": "Del/index",
"style": {
"navigationBarTitleText": "回收站"
}
},
{
"path": "Protocol/index",
"style": {
"navigationBarTitleText": "协议"
}
},
{
"path": "ReadHistory/index",
"style": {
"navigationBarTitleText": "阅读记录"
}
},
{
"path": "Share/index",
"style": {
"navigationBarTitleText": "分享送VIP",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}
]
}],
"preloadRule":{
"pages/PersonalCenter/index":{
"network": "all",
"packages": ["personPages"]
},
"pages/Forum/index":{
"network": "all",
"packages": ["forumPage"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HycJack/picture-book-mini-program.git
git@gitee.com:HycJack/picture-book-mini-program.git
HycJack
picture-book-mini-program
绘本小程序
master

搜索帮助