Promote React Arco client into apps

This commit is contained in:
2026-07-20 10:37:40 +08:00
parent aa2bf9b88f
commit bbd6c62029
21 changed files with 40 additions and 42 deletions

View File

@@ -20,7 +20,7 @@ go run ./cmd/api
启动 Web 客户端:
```powershell
Set-Location apps/web
Set-Location apps/senlinai-acro-react
npm run dev
```
@@ -84,11 +84,10 @@ go test ./... -v
Web
```powershell
Set-Location apps/web
npx tsc --noEmit -p tsconfig.app.json
npm test -- --run
Set-Location apps/senlinai-acro-react
node scripts/visual-check.mjs
npm run build
npx playwright test
npm run lint
```
桌面端: