소스 검색

[新版UI tab修改]

tags/湖南版5.1.4
luqc 6 년 전
부모
커밋
4e38906ebf
8개의 변경된 파일16개의 추가작업 그리고 16개의 파일을 삭제
  1. +8
    -8
      app.json
  2. BIN
      assets/images/home-a.png
  3. BIN
      assets/images/home.png
  4. BIN
      assets/images/park-a.png
  5. BIN
      assets/images/park.png
  6. BIN
      assets/images/user-a.png
  7. BIN
      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": "我的"
}
]


BIN
assets/images/home-a.png 파일 보기

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

BIN
assets/images/home.png 파일 보기

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

BIN
assets/images/park-a.png 파일 보기

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

BIN
assets/images/park.png 파일 보기

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

BIN
assets/images/user-a.png 파일 보기

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

BIN
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": "我的"
}
]


불러오는 중...
취소
저장