feat 项目更新

This commit is contained in:
DaxPay
2025-03-27 10:30:23 +08:00
parent a96441949a
commit fef2335bc3
46 changed files with 2203 additions and 2630 deletions

View File

@@ -4,8 +4,6 @@ import { useDesignSettingStore } from '@/store/modules/designSetting'
export function useDesignSetting() {
const designStore = useDesignSettingStore()
const getDarkMode = computed(() => designStore.darkMode)
const getAppTheme = computed(() => designStore.appTheme)
const getAppThemeList = computed(() => designStore.appThemeList)
@@ -15,7 +13,6 @@ export function useDesignSetting() {
const getPageAnimateType = computed(() => designStore.pageAnimateType)
return {
getDarkMode,
getAppTheme,
getAppThemeList,
getIsPageAnimate,