This commit is contained in:
2026-03-02 02:59:47 +08:00
parent 668515a451
commit 6ecc82b675
13 changed files with 375 additions and 254 deletions

View File

@@ -4,7 +4,7 @@ import { useUserStore } from '@/stores/user'
import UserDropdown from '@/components/UserDropdown.vue'
const styles = {
background: 'var(--color-slate-900)',
background: 'var(--color-gray-900)',
color: 'var(--color-text-inverse)'
}