更新
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-07-05 20:13:00 +08:00
parent 8a973db679
commit a581cd7c51
4 changed files with 291 additions and 28 deletions

View File

@ -3,7 +3,7 @@ import { ref, watch } from 'vue'
type Theme = 'light' | 'dark'
// 全局主题状态
const currentTheme = ref<Theme>('dark')
const currentTheme = ref<Theme>('light')
export const useTheme = () => {
// 切换主题