This commit is contained in:
2025-07-25 16:18:33 +08:00
parent c09cbc3f01
commit a4c6140ed5
50 changed files with 2249 additions and 1599 deletions
+1 -2
View File
@@ -9,13 +9,12 @@
<script setup lang="ts">
import { computed, onMounted } from 'vue'
import { useAppStore, useUserStore } from '@/stores'
import type { ThemeConfig } from 'ant-design-vue/es/config-provider'
const appStore = useAppStore()
const userStore = useUserStore()
// Ant Design 主题配置
const themeConfig = computed<ThemeConfig>(() => ({
const themeConfig = computed(() => ({
token: {
colorPrimary: appStore.theme.primaryColor,
colorSuccess: '#52c41a',