feat: add chinese vue workbench shell

This commit is contained in:
Yoilun
2026-05-25 19:20:57 +08:00
parent 69e1af7a17
commit 75e49c9552
21 changed files with 2339 additions and 1 deletions

18
web/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "codex-agent-manager-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 13083",
"build": "vite build",
"preview": "vite preview --host 127.0.0.1 --port 13084"
},
"dependencies": {
"vue": "^3.5.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"vite": "^6.3.5"
}
}