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

@@ -26,12 +26,12 @@ Expected: `TestPostgresPing` passes.
## Web
The primary frontend is the React + Arco Design client under `apps/senlinai-acro-react`.
The primary frontend is the React + Arco Design client under `apps/web_v1`.
Run:
```powershell
Set-Location apps/senlinai-acro-react
Set-Location apps/web_v1
node scripts/visual-check.mjs
npm run build
npm run lint
@@ -44,7 +44,7 @@ Expected: visual smoke checks, production build, and lint pass.
Run:
```powershell
Set-Location apps/senlinai-acro-react
Set-Location apps/web_v1
npm run build
Set-Location ../desktop
npm run build
@@ -70,9 +70,9 @@ Current machine status:
Last audited: 2026-07-18.
- `backend`: `go test ./... -v` passed.
- `apps/senlinai-acro-react`: `node scripts/visual-check.mjs` passed.
- `apps/senlinai-acro-react`: `npm run build` passed.
- `apps/senlinai-acro-react`: `npm run lint` passed.
- `apps/web_v1`: `node scripts/visual-check.mjs` passed.
- `apps/web_v1`: `npm run build` passed.
- `apps/web_v1`: `npm run lint` passed.
- `apps/desktop`: `npx tauri build --no-bundle --verbose` passed and produced the desktop executable.
- `apps/desktop`: installer packaging is still blocked by Tauri CLI bundling timeout on the current machine.