refactor(projects): 代码优化
This commit is contained in:
parent
518f7eed28
commit
14c145eef1
@ -16,10 +16,10 @@
|
|||||||
<setting-menu label="跟随系统">
|
<setting-menu label="跟随系统">
|
||||||
<n-switch :value="theme.followSystemTheme" @update:value="theme.setFollowSystemTheme">
|
<n-switch :value="theme.followSystemTheme" @update:value="theme.setFollowSystemTheme">
|
||||||
<template #checked>
|
<template #checked>
|
||||||
<icon-ic:baseline-do-not-disturb class="text-14px text-primary" />
|
<icon-ic-baseline-do-not-disturb class="text-14px text-primary" />
|
||||||
</template>
|
</template>
|
||||||
<template #unchecked>
|
<template #unchecked>
|
||||||
<icon-ic:round-hdr-auto class="text-14px text-primary" />
|
<icon-ic-round-hdr-auto class="text-14px text-primary" />
|
||||||
</template>
|
</template>
|
||||||
</n-switch>
|
</n-switch>
|
||||||
</setting-menu>
|
</setting-menu>
|
||||||
|
2
src/typings/components.d.ts
vendored
2
src/typings/components.d.ts
vendored
@ -27,7 +27,9 @@ declare module '@vue/runtime-core' {
|
|||||||
IconCustomServiceError: typeof import('~icons/custom/service-error')['default']
|
IconCustomServiceError: typeof import('~icons/custom/service-error')['default']
|
||||||
IconGridiconsFullscreen: typeof import('~icons/gridicons/fullscreen')['default']
|
IconGridiconsFullscreen: typeof import('~icons/gridicons/fullscreen')['default']
|
||||||
IconGridiconsFullscreenExit: typeof import('~icons/gridicons/fullscreen-exit')['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']
|
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']
|
IconLineMdMenuFoldLeft: typeof import('~icons/line-md/menu-fold-left')['default']
|
||||||
IconLineMdMenuUnfoldLeft: typeof import('~icons/line-md/menu-unfold-left')['default']
|
IconLineMdMenuUnfoldLeft: typeof import('~icons/line-md/menu-unfold-left')['default']
|
||||||
IconMdiArrowDownThin: typeof import('~icons/mdi/arrow-down-thin')['default']
|
IconMdiArrowDownThin: typeof import('~icons/mdi/arrow-down-thin')['default']
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<n-card title="关于" :bordered="false" size="large" class="rounded-16px shadow-sm">
|
<n-card title="关于" :bordered="false" size="large" class="rounded-16px shadow-sm">
|
||||||
<p class="leading-24px text-primary">
|
<p class="leading-24px">
|
||||||
Soybean Admin 是一个基于 Vue3、Vite、Naive UI、TypeScript
|
Soybean Admin 是一个基于 Vue3、Vite、Naive UI、TypeScript
|
||||||
的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你。
|
的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你。
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user