docs: update usage instructions in README files for clarity on static file access after build

This commit is contained in:
Supra4E8C
2025-11-27 18:16:10 +08:00
parent 96961d7b79
commit b5d8d003e1
2 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ Since 6.0.19 the WebUI ships with the main program; access it via `/management.h
1) **After CLI Proxy API is running (recommended)**
Visit `http://your-server:8317/management.html`.
2) **Direct static use**
Open `index.html` (or the bundled `dist/index.html` from `npm run build`) directly in your browser.
2) **Direct static use after build**
The single file `dist/index.html` generated by `npm run build`
3) **Local server**
```bash