修改样式
This commit is contained in:
5
app.json
5
app.json
@@ -15,10 +15,11 @@
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#4a6fa5",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#1a1d3a",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"text": "主页",
|
||||
"iconPath": "images/home.png",
|
||||
"selectedIconPath": "images/home-active.png"
|
||||
},
|
||||
@@ -30,7 +31,7 @@
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/history/history",
|
||||
"text": "历史",
|
||||
"text": "我的",
|
||||
"iconPath": "images/history.png",
|
||||
"selectedIconPath": "images/history-active.png"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user