From 14c145eef1fd952f831a3b0c0ed78df40bd2bd8e Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Thu, 5 May 2022 18:42:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor(projects):=20=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/SettingDrawer/components/DarkMode/index.vue | 4 ++-- src/typings/components.d.ts | 2 ++ src/views/about/components/ProjectIntroduction.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/layouts/common/SettingDrawer/components/DarkMode/index.vue b/src/layouts/common/SettingDrawer/components/DarkMode/index.vue index 7171f30e..48767681 100644 --- a/src/layouts/common/SettingDrawer/components/DarkMode/index.vue +++ b/src/layouts/common/SettingDrawer/components/DarkMode/index.vue @@ -16,10 +16,10 @@ - + - + diff --git a/src/typings/components.d.ts b/src/typings/components.d.ts index b871c0e5..b497a089 100644 --- a/src/typings/components.d.ts +++ b/src/typings/components.d.ts @@ -27,7 +27,9 @@ declare module '@vue/runtime-core' { IconCustomServiceError: typeof import('~icons/custom/service-error')['default'] IconGridiconsFullscreen: typeof import('~icons/gridicons/fullscreen')['default'] IconGridiconsFullscreenExit: typeof import('~icons/gridicons/fullscreen-exit')['default'] + IconIcBaselineDoNotDisturb: typeof import('~icons/ic/baseline-do-not-disturb')['default'] IconIcOutlineCheck: typeof import('~icons/ic/outline-check')['default'] + IconIcRoundHdrAuto: typeof import('~icons/ic/round-hdr-auto')['default'] IconLineMdMenuFoldLeft: typeof import('~icons/line-md/menu-fold-left')['default'] IconLineMdMenuUnfoldLeft: typeof import('~icons/line-md/menu-unfold-left')['default'] IconMdiArrowDownThin: typeof import('~icons/mdi/arrow-down-thin')['default'] diff --git a/src/views/about/components/ProjectIntroduction.vue b/src/views/about/components/ProjectIntroduction.vue index 0d54ffaa..c86733c5 100644 --- a/src/views/about/components/ProjectIntroduction.vue +++ b/src/views/about/components/ProjectIntroduction.vue @@ -1,6 +1,6 @@ - + Soybean Admin 是一个基于 Vue3、Vite、Naive UI、TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你。
+
Soybean Admin 是一个基于 Vue3、Vite、Naive UI、TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你。