feat: add management web console

This commit is contained in:
Yoilun
2026-04-27 11:28:57 +08:00
parent b3672c564a
commit c4f9dab049
17 changed files with 2051 additions and 7 deletions

14
web/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "cold-display-guard-web",
"version": "0.1.0",
"type": "module",
"packageManager": "pnpm@10.30.3",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 23000",
"build": "vite build",
"preview": "vite preview --host 127.0.0.1 --port 23000"
},
"devDependencies": {
"vite": "^5.0.0"
}
}