feat: use sdcpp-webui as embedded webui (#1408)

This commit is contained in:
leejet
2026-04-11 18:33:11 +08:00
committed by GitHub
parent 7ade90e478
commit fd3504760f
4 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ The server can optionally build the web frontend and embed it into the binary as
Install the following tools:
* **Node.js** ≥ 22.18
* **Node.js** ≥ 20
https://nodejs.org/
* **pnpm** ≥ 10
@@ -54,7 +54,7 @@ and embed the generated frontend into the server binary.
## Frontend Repository
The web frontend is maintained in a **separate repository**, https://github.com/leejet/stable-ui.
The web frontend is maintained in a **separate repository**, https://github.com/leejet/sdcpp-webui.
If you want to modify the UI or frontend logic, please submit pull requests to the **frontend repository**.