1 Star 7 Fork 8

Larker / Larker小说商城_微信小程序_h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 6.22 KB
一键复制 编辑 原始数据 按行查看 历史
Larker 提交于 2020-07-05 21:55 . auto commit
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
// #ifdef MP
"navigationBarTitleText": "Larker阅读",
//"navigationStyle": "custom",
// #endif
"app-plus": {
"titleNView": {
"type": "transparent",
"searchInput": {
"backgroundColor": "rgba(231, 231, 231,.7)",
"borderRadius": "16px",
"placeholder": "请输入关键词 如:减肥",
"disabled": true,
"placeholderColor": "#606266"
},
"buttons": [{
"fontSrc": "/static/yticon.ttf",
"text": "\ue60d",
"fontSize": "26",
"color": "#303133",
"float": "left",
"background": "rgba(0,0,0,0)"
},
{
"fontSrc": "/static/yticon.ttf",
"text": "\ue744",
"fontSize": "27",
"color": "#303133",
"background": "rgba(0,0,0,0)",
"redDot": true
}
]
}
}
}
},
/*
{
"path" : "pages/address/address_edit",
"style" : {
"navigationBarTitleText": "地址维护"
}
},
{
"path" : "pages/address/address",
"style" : {
"navigationBarTitleText": "地址管理"
}
},
{
"path" : "pages/order/to_vip_order",
"style" : {
"navigationBarTitleText": "Larker阅读"
}
},
{
"path" : "pages/order/order_edit",
"style" : {
"navigationBarTitleText": "Larker阅读"
}
},
{
"path" : "pages/order/order_detail",
"style" : {
"navigationBarTitleText": "Larker阅读"
}
},
{
"path" : "pages/order/order",
"style" : {
"navigationBarTitleText": "Larker阅读"
}
},
{
"path" : "pages/cart/cart",
"style" : {
"navigationBarTitleText": "购物车"
}
},
*/
{
"path" : "pages/detail/detail",
"style" : {
"navigationBarTitleText": "Larker阅读"
}
},
{
"path" : "pages/detail/audio_detail",
"style" : {
"navigationBarTitleText": "Larker阅读"
}
},
{
"path" : "pages/detail/article_detail",
"style" : {
"navigationBarTitleText": "Larker阅读"
}
},
{
"path" : "pages/collector/collector",
"style" : {
"navigationBarTitleText": "收藏夹",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/category/category",
"style" : {
"navigationBarTitleText": "Larker阅读",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
"titleColor":"#000000",
"buttons": [
{
"fontSrc": "/static/iconfont.ttf",
"text": "\ue609",
"fontSize": "20",
"color": "#000000",
"background": "rgba(0,0,0,0)",
"float":"right"
}
]
}
}
}
},
{
"path" : "pages/set/set",
"style" : {
"navigationBarTitleText": "设置"
}
},
{
"path" : "pages/user/user",
"style" : {
"navigationBarTitleText" : "Larker阅读",
// #ifdef MP
"navigationStyle": "custom",
// #endif
"app-plus": {
"bounce": "none",
"titleNView": {
"type": "transparent",
"buttons": [
{
"fontSrc": "/static/yticon.ttf",
"text": "\ue60f",
"fontSize": "24",
"color":"#303133",
"width":"46px",
"background": "rgba(0,0,0,0)"
}
]
}
}
}
},
{
"path" : "pages/login/wx_h5_login",
"style" : {
"navigationBarTitleText": "微信h5登录"
}
},
{
"path" : "pages/login/wx_h5_silent_login",
"style" : {
"navigationBarTitleText": "微信h5静默登录"
}
},
{
"path" : "pages/login/wx_xcx_login",
"style" : {
"navigationBarTitleText": "微信小程序登录"
}
},
{
"path" : "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
{
"path" : "pages/login/wx_h5_check_code",
"style" : {
"navigationBarTitleText": "微信h5获取用户信息"
}
},
{
"path" : "pages/health/report",
"style" : {
"navigationBarTitleText": "健康数据"
}
},
{
"path" : "pages/health/upload",
"style" : {
"navigationBarTitleText": "数据上传"
}
},
{
"path" : "pages/history/history",
"style" : {
"navigationBarTitleText": "足迹",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/categorys/categorys",
"style" : {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Larker阅读",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#fa436a",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab-home.png",
"selectedIconPath": "static/tab-home-current.png",
"text": "首页"
},
{
"pagePath": "pages/categorys/categorys",
"iconPath": "static/tab-cate.png",
"selectedIconPath": "static/tab-cate-current.png",
"text": "分类"
},
{
"pagePath": "pages/collector/collector",
"iconPath": "static/tab-cart.png",
"selectedIconPath": "static/tab-cart-current.png",
"text": "收藏"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tab-my.png",
"selectedIconPath": "static/tab-my-current.png",
"text" : "我的"
}
]
}
}
微信
1
https://gitee.com/larker/novel_shop.git
git@gitee.com:larker/novel_shop.git
larker
novel_shop
Larker小说商城_微信小程序_h5
master

搜索帮助