瀏覽代碼

upload

master
HolyKnightIX 1 年之前
父節點
當前提交
40597a5a8a
共有 5 個檔案被更改,包括 28 行新增9 行删除
  1. +28
    -9
      src/pages.json
  2. 二進制
      src/static/aboutMe.png
  3. 二進制
      src/static/aboutMe_selected.png
  4. 二進制
      src/static/creating.png
  5. 二進制
      src/static/creating_selected.png

+ 28
- 9
src/pages.json 查看文件

@@ -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"
}
]
}
}

二進制
src/static/aboutMe.png 查看文件

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

二進制
src/static/aboutMe_selected.png 查看文件

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

二進制
src/static/creating.png 查看文件

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

二進制
src/static/creating_selected.png 查看文件

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

Loading…
取消
儲存