style: 控制台暗黑主题改造

This commit is contained in:
ccnetcore
2026-01-23 00:01:54 +08:00
parent efa948154f
commit 2db8d6e699
2 changed files with 208 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ const greeting = useTimeGreeting();
const userStore = useUserStore();
const mode = useColorMode();
const username = computed(() => userStore.userInfo?.username ?? '意心Ai一心只为打造更良心的Ai平台');
const username = computed(() => userStore.userInfo?.username ?? '意心Ai让人人都能享受最前沿的Ai体验');
// 根据主题动态设置雾化背景色
const fogBgColor = computed(() => mode.value === 'dark' ? '#111827' : '#fff');