Update README.en.md

This commit is contained in:
Daniel
2026-03-10 23:54:27 +08:00
committed by GitHub
parent 22ef64ead7
commit 7371f81643

View File

@@ -22,7 +22,6 @@ A lightweight web interface for [Claude Code](https://docs.anthropic.com/en/docs
- **Multi-channel notifications**: PushPlus / Telegram / ServerChan / Feishu bot / QQ (Qmsg), configurable in Web UI. - **Multi-channel notifications**: PushPlus / Telegram / ServerChan / Feishu bot / QQ (Qmsg), configurable in Web UI.
- **Process persistence**: detached subprocess + PID files; running tasks survive service restarts. - **Process persistence**: detached subprocess + PID files; running tasks survive service restarts.
- **Multi-API switching**: configure multiple API profiles and switch between them instantly from the UI. - **Multi-API switching**: configure multiple API profiles and switch between them instantly from the UI.
- **Password-based auth**: initial password generation, forced first-login reset, and password change in Web UI.
## Requirements ## Requirements
@@ -251,4 +250,4 @@ node server.js
## Notes ## Notes
- This project currently targets Claude Code only. - This project currently targets Claude Code only.