From 6634cd09b93af710bf38fbadd70d2c07af2d2ad6 Mon Sep 17 00:00:00 2001 From: helming Date: Sun, 26 Feb 2023 13:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5,=E7=99=BB=E5=BD=95,=E6=88=91?= =?UTF-8?q?=E7=9A=84,=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- pages.json | 32 +-- pages/index/index.vue | 263 +++++++++++------------ pages/index/upload/upload.vue | 6 +- pages/login/login.vue | 46 +++-- pages/profit/profit.vue | 4 +- pages/userInfo/userInfo.vue | 378 ++++++++++++++++++++-------------- static/emoBack.png | Bin 1655 -> 7113 bytes static/friendBack.png | Bin 3378 -> 2309 bytes static/gifBack.png | Bin 2732 -> 1268 bytes static/headBack.png | Bin 2527 -> 4667 bytes static/iconAbout.png | Bin 3940 -> 5194 bytes static/iconContactUs.png | Bin 3731 -> 9200 bytes static/iconInvite.png | Bin 2846 -> 5460 bytes static/iconInviteLog.png | Bin 4689 -> 8654 bytes static/iconNotice.png | Bin 3370 -> 7920 bytes static/iconWithdraw.png | Bin 2429 -> 3251 bytes static/index-default.png | Bin 4773 -> 5531 bytes static/index-select.png | Bin 5007 -> 6714 bytes static/iwatchBack.png | Bin 2739 -> 997 bytes static/material.png | Bin 3776 -> 5735 bytes static/mine-default.png | Bin 6896 -> 6208 bytes static/mine-select.png | Bin 7411 -> 7666 bytes static/phoneBack.png | Bin 1522 -> 4067 bytes static/theme-default.png | Bin 7159 -> 8405 bytes static/theme-select.png | Bin 7703 -> 10750 bytes static/upload.png | Bin 9241 -> 27665 bytes 27 files changed, 396 insertions(+), 335 deletions(-) diff --git a/main.js b/main.js index 5a7210f..9dfdf5e 100644 --- a/main.js +++ b/main.js @@ -6,7 +6,7 @@ import common from './utils/common.js' // const baseURL = 'http://localhost:7010' //const baseURL = 'http://81.69.47.31:7010' // const baseURL = 'http://bnyer.vaiwan.com' -const baseURL = 'http://aipdbt.natappfree.cc' +const baseURL = 'http://fu7avs.natappfree.cc' Vue.prototype.$baseURL = baseURL; diff --git a/pages.json b/pages.json index 6f42857..99e9545 100644 --- a/pages.json +++ b/pages.json @@ -3,9 +3,10 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "首页", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#FFC542" + "navigationBarTitleText": "次元Hub", + "enablePullDownRefresh": true, + "navigationBarBackgroundColor": "#141b29", + "navigationStyle": "custom" } }, { @@ -41,7 +42,7 @@ "style": { "navigationBarTitleText": " ", "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#22343C" + "navigationBarBackgroundColor": "#141b29" } }, { @@ -96,8 +97,9 @@ { "path": "pages/userInfo/userInfo", "style": { - "navigationBarTitleText": "我的", - "enablePullDownRefresh": false + "navigationBarTitleText": "", + "enablePullDownRefresh": true, + "navigationStyle": "custom" } } ], @@ -208,22 +210,24 @@ } ] }], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "bnyer", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8", + "navigationBarTextStyle": "white", + "navigationBarTitleText": "次元Hub", + "navigationBarBackgroundColor": "#141b29", + "backgroundColor": "#141b29", "rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960 "rpxCalcBaseDeviceWidth": 375, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375 "rpxCalcIncludeWidth": 750 // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750 }, //底部跳转tab "tabBar": { - "color": "#899A96", - "selectedColor": "#1A1A1A", + "color": "#FFFFFF", + "selectedColor": "#30a9c0", "borderStyle": "black", - "backgroundColor": "#30444E", + "backgroundColor": "#141b29", + "fontSize": "12px", + "spacing": "5px", + "height": "100px", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/index-default.png", diff --git a/pages/index/index.vue b/pages/index/index.vue index cb319a2..947ce6b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,8 +1,7 @@