naive-ui.

This commit is contained in:
2023-01-17 10:42:50 +08:00
parent 5d0f34c144
commit 01760b8eaa
29 changed files with 4864 additions and 2263 deletions

View File

@@ -1,2 +1,2 @@
export const isDark = useDark({ storageKey: "theme-appearance" })
export const isDark = useLocalStorage("theme-appearance", false)
export const toggleDark = useToggle(isDark)