forked from github/dataease
feat: 移动端图标颜色调整
This commit is contained in:
parent
b8d8732b15
commit
2aa80670a5
@ -173,18 +173,18 @@
|
||||
"list": [{
|
||||
"pagePath": "pages/tabBar/home/index",
|
||||
"iconPath": "static/home.png",
|
||||
"selectedIconPath": "static/home.png",
|
||||
"selectedIconPath": "static/home_select.png",
|
||||
"text": "%navigate.menuHome%"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/tabBar/dir/index",
|
||||
"iconPath": "static/dir.png",
|
||||
"selectedIconPath": "static/dir.png",
|
||||
"selectedIconPath": "static/dir_select.png",
|
||||
"text": "%navigate.menuDir%"
|
||||
}, {
|
||||
"pagePath": "pages/tabBar/me/index",
|
||||
"iconPath": "static/me.png",
|
||||
"selectedIconPath": "static/me.png",
|
||||
"selectedIconPath": "static/me_select.png",
|
||||
"text": "%navigate.menuMe%"
|
||||
}
|
||||
]
|
||||
|
BIN
mobile/src/static/dir_select.png
Normal file
BIN
mobile/src/static/dir_select.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
mobile/src/static/home_select.png
Normal file
BIN
mobile/src/static/home_select.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 4.0 KiB |
BIN
mobile/src/static/me_select.png
Normal file
BIN
mobile/src/static/me_select.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user