From c6b3c729eec087856cef5ec6372690e9b047cd39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=98chen=2Ehome=E2=80=99?= <1147347984@qq.com>
Date: Fri, 12 Aug 2022 00:49:49 +0800
Subject: [PATCH] =?UTF-8?q?feat(components):=20=E5=A2=9E=E5=8A=A0=E5=A4=B4?=
=?UTF-8?q?=E9=83=A8=E9=80=9A=E7=9F=A5=E7=82=B9=E5=87=BB=E5=BC=B9=E5=87=BA?=
=?UTF-8?q?=E5=B1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 1 -
src/layouts/BasicLayout/index.vue | 6 +++---
src/layouts/components/header/Notices.vue | 23 +++++++++++++++++++----
src/store/modules/app.ts | 1 +
4 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index a36964d..447090b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,7 +2,6 @@
// import { darkTheme } from 'naive-ui';
import { zhCN, dateZhCN, GlobalThemeOverrides } from 'naive-ui';
import json from './theme.json';
-// import NativeProvider from '@/components/NativeProvider.vue';
const locale = zhCN;
const dateLocale = dateZhCN;
diff --git a/src/layouts/BasicLayout/index.vue b/src/layouts/BasicLayout/index.vue
index 0aa1a00..0b07a96 100644
--- a/src/layouts/BasicLayout/index.vue
+++ b/src/layouts/BasicLayout/index.vue
@@ -11,10 +11,10 @@