chore: rename web client to web_v1

This commit is contained in:
2026-07-21 11:24:27 +08:00
parent 465e7bea9b
commit ad6dcd6de4
101 changed files with 24 additions and 5537 deletions

View File

@@ -20,7 +20,7 @@ go run ./cmd/api
启动 Web 客户端:
```powershell
Set-Location apps/senlinai-acro-react
Set-Location apps/web_v1
npm run dev
```
@@ -52,7 +52,7 @@ backend/etc/agent.dev.yaml
## 前端
Web 客户端使用 Svelte 和 TypeScript。登录界面允许用户输入服务器 IP 地址或域名,并将其保存为 API base URL。
Web 客户端使用 React、TypeScript、Vite 和 Arco Design。登录界面允许用户输入服务器 IP 地址或域名,并将其保存为 API base URL。
## 桌面端
@@ -84,7 +84,7 @@ go test ./... -v
Web
```powershell
Set-Location apps/senlinai-acro-react
Set-Location apps/web_v1
node scripts/visual-check.mjs
npm run build
npm run lint