修改 isServiceRunning 函数, 使用 tasklist 命令
Add ccr logo and badges (README.md edit)
fix(ui): add CUSTOM_ROUTER_PATH support in general settings
Fix numeric input UX: allow complete deletion with smart defaults
Add link to unofficial GLM 4.5 transformer for Chutes provider
- Add CUSTOM_ROUTER_PATH field to UI configuration - Fix configuration preservation during save operations
Fix CLAUDE_PATH to also load from config
The previous null‑ish coalescing treated empty strings as a valid value, which could result in an invalid path. Switching to logical OR keeps the precedence (config > env) but now falls back to the default `claude`
- use CLAUDE_PATH in Config file if it is not empty.