Browse Source

upload

master
HolyKnightIX 1 year ago
parent
commit
40597a5a8a
5 changed files with 28 additions and 9 deletions
  1. +28
    -9
      src/pages.json
  2. BIN
      src/static/aboutMe.png
  3. BIN
      src/static/aboutMe_selected.png
  4. BIN
      src/static/creating.png
  5. BIN
      src/static/creating_selected.png

+ 28
- 9
src/pages.json View File

@@ -1,25 +1,25 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"path": "pages/uploadPhoto/uploadPhoto",
"style": {
"navigationBarTitleText": "智像"
}
},
{
"path": "pages/index/buyCoin",
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "购买金币"
"navigationBarTitleText": "智像"
}
},
{
"path": "pages/login/index",
"path": "pages/index/buyCoin",
"style": {
"navigationBarTitleText": "智像"
"navigationBarTitleText": "购买金币"
}
},
{
"path": "pages/uploadPhoto/uploadPhoto",
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "智像"
}
@@ -88,9 +88,28 @@
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "智像",
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#FFF"
"navigationBarBackgroundColor": "#333333",
"backgroundColor": "#ffffff"
},
"tabBar": {
"color": "#ffffff",
"selectedColor": "#ff4f00",
"backgroundColor": "#333333",
"list": [
{
"pagePath": "pages/uploadPhoto/uploadPhoto",
"text": "创作",
"iconPath": "static/creating.png",
"selectedIconPath": "static/creating_selected.png"
},
{
"pagePath": "pages/index/index",
"text": "我的",
"iconPath": "static/aboutMe.png",
"selectedIconPath": "static/aboutMe_selected.png"
}
]
}
}

BIN
src/static/aboutMe.png View File

Before After
Width: 400  |  Height: 400  |  Size: 11 KiB

BIN
src/static/aboutMe_selected.png View File

Before After
Width: 400  |  Height: 400  |  Size: 9.7 KiB

BIN
src/static/creating.png View File

Before After
Width: 400  |  Height: 400  |  Size: 16 KiB

BIN
src/static/creating_selected.png View File

Before After
Width: 400  |  Height: 400  |  Size: 14 KiB

Loading…
Cancel
Save