From cc05b64dec84132d8952a6a157440e791b7e56ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= <1431128779@qq.com> Date: Wed, 26 Jun 2024 09:47:04 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=A4=B4=E5=83=8F=E4=B8=BA=E5=BA=94=E7=94=A8?= =?UTF-8?q?LOGO=E3=80=81=E8=B0=83=E6=95=B4=E5=90=AF=E5=8A=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E6=AF=8F?= =?UTF-8?q?=E6=AC=A1=E9=83=BD=E6=98=BE=E7=A4=BA=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 4 ++-- pages/index/index.vue | 25 ++++++++++++++++++------- pages/tabbar/home/home.vue | 16 ++++++++++++---- pagesA/start/start.vue | 2 +- 4 files changed, 33 insertions(+), 14 deletions(-) diff --git a/config/index.js b/config/index.js index 4df37d1..fd78858 100644 --- a/config/index.js +++ b/config/index.js @@ -6,7 +6,7 @@ export const DefaultAppConfigs = { loveConfig: {}, imagesConfig: {}, authorConfig: {}, - startConfig: {}, + appConfig: {}, pluginConfig: {}, adConfig: {}, } @@ -27,4 +27,4 @@ export const getAppConfigs = () => { */ export const setAppConfigs = (configs) => { uni.setStorageSync(_AppConfigKey, JSON.stringify(configs)) -} \ No newline at end of file +} diff --git a/pages/index/index.vue b/pages/index/index.vue index 469c3dc..c15914b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -3,6 +3,8 @@