feat(design): scaffold PURO AI design system

- Add puro.css (tokens + primitives) as global stylesheet
- Load Inter + JetBrains Mono via Google Fonts
- Extend tailwind.config with puro.* color namespace (no conflict with legacy primary/accent palettes)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
mini
2026-04-19 19:11:24 +08:00
parent d941550bf6
commit 1d7e75b82e
4 changed files with 744 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import router from './router'
import i18n, { initI18n } from './i18n'
import { useAppStore } from '@/stores/app'
import './style.css'
import './assets/puro.css'
function initThemeClass() {
const savedTheme = localStorage.getItem('theme')