feat: establish dark gaming theme design system with Element Plus overrides

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-17 16:35:45 +08:00
parent 443b22e142
commit e4b3340ffb
2 changed files with 349 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import { createApp } from 'vue'
import { createPinia } from 'pinia'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'
import './assets/design.css'
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
import App from './App.vue'
import router from './router'