feat: add guided standalone setup flow

This commit is contained in:
mmc
2026-03-19 11:12:26 +08:00
parent 9169ede86b
commit e312a62b08
4 changed files with 202 additions and 0 deletions

View File

@@ -44,6 +44,14 @@ openai-pool-standalone --help
python3 /root/standalone_cli/main.py config init
```
如果你希望像向导一样逐步填写配置,直接用:
```bash
python3 /root/standalone_cli/run.py config setup
```
`config init` 只是初始化配置文件;`config setup` 才是交互式配置引导。
初始化后请编辑:
- `/root/standalone_cli/data/sync_config.json`