docs: update readme

This commit is contained in:
JustSong
2024-01-01 21:14:45 +08:00
parent 92886093ae
commit 4a96031ce6
2 changed files with 2 additions and 0 deletions

View File

@@ -368,6 +368,7 @@ graph LR
15. `RELAY_TIMEOUT`:中继超时设置,单位为秒,默认不设置超时时间。
16. `SQLITE_BUSY_TIMEOUT`SQLite 锁等待超时设置,单位为毫秒,默认 `3000`。
17. `GEMINI_SAFETY_SETTING`Gemini 的安全设置,默认 `BLOCK_NONE`。
18. `THEME`:系统的主题设置,默认为 `default`,具体可选值参考[此处](./web/README.md)。
### 命令行参数
1. `--port <port_number>`: 指定服务器监听的端口号,默认为 `3000`。