1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ask_flowers_and_trees-uniapp-read

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
pages.json 2.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
问花有木 Отправлено 02.07.2022 05:29 c3916a7
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/bookshelf/index",
"style": {
"navigationBarTitleText": "书架"
}
},
{
"path": "pages/sort/index",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue605",
"width": "60px",
"fontSize": "20px",
"fontSrc": "/static/iconfont.ttf"
}]
}
}
}
},
{
"path": "pages/me/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/sort/major",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/public/bookDetail",
"style": {
"navigationBarTitleText": "书记详情",
"navigationBarBackgroundColor": "#bd8485",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/public/bookContent",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/sort/search",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/me/readHistory",
"style": {
"navigationBarTitleText": "阅读记录",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "清空",
"width": "60px",
"fontSize": "16px"
}]
}
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#515151",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"fontSize": "11px",
"list": [{
"pagePath": "pages/sort/index",
"iconPath": "static/index/sort.png",
"selectedIconPath": "static/index/sort_select.png",
"text": "分类"
},
{
"pagePath": "pages/bookshelf/index",
"iconPath": "static/index/bookshelf.png",
"selectedIconPath": "static/index/bookshelf_select.png",
"text": "书架"
},
{
"pagePath": "pages/me/index",
"iconPath": "static/index/me.png",
"selectedIconPath": "static/index/me_select.png",
"text": "我的"
}
]
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ask_flowers_and_trees-uniapp-read.git
git@api.gitlife.ru:oschina-mirror/ask_flowers_and_trees-uniapp-read.git
oschina-mirror
ask_flowers_and_trees-uniapp-read
ask_flowers_and_trees-uniapp-read
master