style: 控制台暗黑主题改造
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user