tmp
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#8a8a8a",
|
||||
"selectedColor": "#1296db",
|
||||
"selectedColor": "#1a8a63",
|
||||
"backgroundColor": "#ffffff",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
@@ -33,19 +33,19 @@
|
||||
"pagePath": "pages/home/index",
|
||||
"text": "首页",
|
||||
"iconPath": "images/home.png",
|
||||
"selectedIconPath": "images/home-blue.png"
|
||||
"selectedIconPath": "images/home-green.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/ai/index",
|
||||
"text": "AI",
|
||||
"iconPath": "images/chat.png",
|
||||
"selectedIconPath": "images/chat-blue.png"
|
||||
"selectedIconPath": "images/chat-green.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/set/index",
|
||||
"text": "设置",
|
||||
"iconPath": "images/set.png",
|
||||
"selectedIconPath": "images/set-blue.png"
|
||||
"selectedIconPath": "images/set-green.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user