chore: rename web client to web_v1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user