feat: 新增主题|多语言配置

This commit is contained in:
duanshuwen
2025-10-12 14:38:18 +08:00
parent ebac04b786
commit 98b3651a1b
17 changed files with 245 additions and 5 deletions

1
src/types/theme-mode.ts Normal file
View File

@@ -0,0 +1 @@
export type ThemeMode = "dark" | "light" | "system";