feat: support dark-theme (#8)

Co-authored-by: typist <git@mail.typist.cc>
Reviewed-on: #8
This commit is contained in:
2025-10-28 22:28:19 +08:00
parent a6d9c23179
commit 9793d96def
8 changed files with 530 additions and 14 deletions

View File

@@ -3,6 +3,7 @@ import { createRoot } from 'react-dom/client'
import { Toaster } from '@/components/ui/sonner'
import './index.css'
import { AppRouter } from './router'