瀏覽代碼

[新版UI tab修改]

tags/湖南版5.1.4
luqc 6 年之前
父節點
當前提交
4e38906ebf
共有 8 個檔案被更改,包括 16 行新增16 行删除
  1. +8
    -8
      app.json
  2. 二進制
      assets/images/home-a.png
  3. 二進制
      assets/images/home.png
  4. 二進制
      assets/images/park-a.png
  5. 二進制
      assets/images/park.png
  6. 二進制
      assets/images/user-a.png
  7. 二進制
      assets/images/user.png
  8. +8
    -8
      ext.json

+ 8
- 8
app.json 查看文件

@@ -65,25 +65,25 @@
}
},
"tabBar": {
"color": "#9F9F9F",
"selectedColor": "#00C0FF",
"color": "#B5BAC6",
"selectedColor": "#273238",
"list": [
{
"pagePath": "pages/main/index",
"iconPath": "assets/images/home-n.png",
"selectedIconPath": "assets/images/home-y.png",
"iconPath": "assets/images/home.png",
"selectedIconPath": "assets/images/home-a.png",
"text": "首页"
},
{
"pagePath": "pages/passCar/passCar",
"iconPath": "assets/images/pass1.png",
"selectedIconPath": "assets/images/pass0.png",
"iconPath": "assets/images/park.png",
"selectedIconPath": "assets/images/park-a.png",
"text": "停车"
},
{
"pagePath": "pages/user/index",
"iconPath": "assets/images/user-n.png",
"selectedIconPath": "assets/images/user-y.png",
"iconPath": "assets/images/user.png",
"selectedIconPath": "assets/images/user-a.png",
"text": "我的"
}
]


二進制
assets/images/home-a.png 查看文件

Before After
Width: 48  |  Height: 48  |  Size: 1.2 KiB

二進制
assets/images/home.png 查看文件

Before After
Width: 48  |  Height: 48  |  Size: 1.2 KiB

二進制
assets/images/park-a.png 查看文件

Before After
Width: 48  |  Height: 48  |  Size: 1.9 KiB

二進制
assets/images/park.png 查看文件

Before After
Width: 48  |  Height: 48  |  Size: 2.0 KiB

二進制
assets/images/user-a.png 查看文件

Before After
Width: 48  |  Height: 48  |  Size: 1.9 KiB

二進制
assets/images/user.png 查看文件

Before After
Width: 48  |  Height: 48  |  Size: 2.0 KiB

+ 8
- 8
ext.json 查看文件

@@ -20,25 +20,25 @@
},
"directCommit": false,
"tabBar": {
"color": "#9F9F9F",
"selectedColor": "#00C0FF",
"color": "#B5BAC6",
"selectedColor": "#273238",
"list": [
{
"pagePath": "pages/main/index",
"iconPath": "assets/images/home-n.png",
"selectedIconPath": "assets/images/home-y.png",
"iconPath": "assets/images/home.png",
"selectedIconPath": "assets/images/home-a.png",
"text": "首页"
},
{
"pagePath": "pages/passCar/passCar",
"iconPath": "assets/images/pass1.png",
"selectedIconPath": "assets/images/pass0.png",
"iconPath": "assets/images/park.png",
"selectedIconPath": "assets/images/park-a.png",
"text": "停车"
},
{
"pagePath": "pages/user/index",
"iconPath": "assets/images/user-n.png",
"selectedIconPath": "assets/images/user-y.png",
"iconPath": "assets/images/user.png",
"selectedIconPath": "assets/images/user-a.png",
"text": "我的"
}
]


Loading…
取消
儲存