更新模板

This commit is contained in:
2026-01-21 01:37:34 +08:00
parent b7be8c51bf
commit c5c73828bd
83 changed files with 8687 additions and 1235 deletions

View File

@@ -6,6 +6,18 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/index/device",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/shop",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/my",
"style": {
@@ -15,7 +27,7 @@
{
"path": "pages/index/template",
"style": {
"navigationBarTitleText": "模板"
"navigationStyle": "custom"
}
}
],
@@ -28,45 +40,35 @@
"style": {
"navigationBarTitleText": "设置"
},
"meta": {
"isAuth": true
}
"meta": { }
},
{
"path": "general",
"style": {
"navigationBarTitleText": "通用设置"
},
"meta": {
"isAuth": true
}
"meta": { }
},
{
"path": "notice",
"style": {
"navigationBarTitleText": "通知设置"
},
"meta": {
"isAuth": true
}
"meta": { }
},
{
"path": "about",
"style": {
"navigationBarTitleText": ""
},
"meta": {
"isAuth": true
}
"meta": { }
},
{
"path": "cs",
"style": {
"navigationBarTitleText": "联系客服"
},
"meta": {
"isAuth": true
}
"meta": { }
}
]
},
@@ -78,27 +80,21 @@
"style": {
"navigationBarTitleText": "编辑资料"
},
"meta": {
"isAuth": true
}
"meta": { }
},
{
"path": "edit-name",
"style": {
"navigationStyle": "custom"
},
"meta": {
"isAuth": true
}
"meta": { }
},
{
"path": "edit-description",
"style": {
"navigationStyle": "custom"
},
"meta": {
"isAuth": true
}
"meta": { }
},
{
"path": "login",
@@ -109,6 +105,7 @@
}
]
},
{
"root": "pages/demo",
"pages": [
@@ -546,9 +543,7 @@
"navigationBarTitleText": "收货地址",
"enablePullDownRefresh": true
},
"meta": {
"isAuth": true
}
"meta": { }
},
{
"path": "shop/address-edit",
@@ -557,9 +552,181 @@
}
}
]
},
{
"root": "pages/seed",
"pages": [
{
"path": "store",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "my-seeds",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "growth",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "interact",
"style": {
"navigationBarTitleText": "种子互动"
}
}
]
},
{
"root": "pages/auth",
"pages": [
{
"path": "login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "register",
"style": {
"navigationBarTitleText": "注册"
}
}
]
},
{
"root": "pages/adoption",
"pages": [
{
"path": "list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "my",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "gift-card",
"style": {
"navigationBarTitleText": "兑换礼品卡"
}
}
]
},
{
"root": "pages/mall",
"pages": [
{
"path": "index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "products",
"style": {
"navigationBarTitleText": "商品列表"
}
},
{
"path": "search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "cart",
"style": {
"navigationStyle": "custom"
}
}
]
},
{
"root": "pages/device",
"pages": [
{
"path": "list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "设备详情"
}
},
{
"path": "control",
"style": {
"navigationBarTitleText": "设备控制"
}
},
{
"path": "add",
"style": {
"navigationBarTitleText": "添加设备"
}
}
]
},
{
"root": "pages/order",
"pages": [
{
"path": "list",
"style": {
"navigationBarTitleText": "我的订单"
},
"meta": { }
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "订单详情"
},
"meta": { }
},
{
"path": "create",
"style": {
"navigationBarTitleText": "确认订单"
},
"meta": { }
}
]
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTitleText": "cool-unix",
"navigationBarTextStyle": "@navTextStyle",
"backgroundColorContent": "@bgContentColor",
@@ -568,10 +735,10 @@
},
"tabBar": {
"custom": true,
"color": "@tabColor",
"selectedColor": "@tabSelectedColor",
"backgroundColor": "@tabBgColor",
"borderStyle": "@tabBorderStyle",
"color": "#999999",
"selectedColor": "#52c41a",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"height": "60px",
"list": [
{
@@ -581,10 +748,16 @@
"text": "首页"
},
{
"pagePath": "pages/index/template",
"iconPath": "/static/icon/tabbar/template.png",
"selectedIconPath": "/static/icon/tabbar/template2.png",
"text": "模板"
"pagePath": "pages/index/device",
"iconPath": "/static/icon/tabbar/device.png",
"selectedIconPath": "/static/icon/tabbar/device2.png",
"text": "设备"
},
{
"pagePath": "pages/index/shop",
"iconPath": "/static/icon/tabbar/cart.png",
"selectedIconPath": "/static/icon/tabbar/cart2.png",
"text": "购物车"
},
{
"pagePath": "pages/index/my",