You've already forked template-MP-ts
新增初始化tabbar以及静态资源
This commit is contained in:
14
pages.json
14
pages.json
@@ -14,6 +14,20 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"tabBar": {
|
||||||
|
"color": "#c3c3c3",
|
||||||
|
"selectedColor": "#454c5c",
|
||||||
|
"backgroundColor": "#ffffff",
|
||||||
|
"borderStyle": "black",
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"pagePath": "pages/index/index",
|
||||||
|
"text": "首页",
|
||||||
|
"iconPath": "static/assets/icon_home.png",
|
||||||
|
"selectedIconPath": "static/assets/icon_home_selected.png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"easycom": {
|
"easycom": {
|
||||||
"autoscan": true,
|
"autoscan": true,
|
||||||
"custom": {
|
"custom": {
|
||||||
|
|||||||
BIN
static/assets/icon_home.png
Normal file
BIN
static/assets/icon_home.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/assets/icon_home_selected.png
Normal file
BIN
static/assets/icon_home_selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user