From f37f283f096c8979d004d164e144da6502e641b8 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:57:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app):=20=E4=BF=AE=E6=94=B9=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=85=A8=E5=B1=8F=E7=9B=B4=E6=92=AD=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=BA=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/stores/home/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stores/home/index.js b/app/stores/home/index.js index c7db074..8e6d038 100644 --- a/app/stores/home/index.js +++ b/app/stores/home/index.js @@ -1,6 +1,6 @@ import { createGlobalState } from '@vueuse/core' export const homeStore = createGlobalState(() => { - const fullLive=ref(true) + const fullLive=ref(false) return{ fullLive }