feat(new-frontend): add theme and templates

This commit is contained in:
2026-05-04 15:54:29 +08:00
parent a6a395b743
commit 3b362500f0
17 changed files with 1585 additions and 92 deletions
+1
View File
@@ -7,6 +7,7 @@
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "node --test --experimental-strip-types src/app/theme.test.ts src/components/templates/template-config.test.ts",
"typecheck": "vue-tsc -b",
"lint": "eslint . --fix",
"lint:check": "eslint .",