Skip to content

Commit

Permalink
docs: update README.md with new features and WebSocket instructions
Browse files Browse the repository at this point in the history
- Enhanced theme color optimization to align with enterprise version.
- Added hitokoto feature with refresh and copy functionality.
- Introduced announcement feature with markdown parsing; requires Docker restart for updates.
- Included WebSocket setup instructions, requiring manual server startup for real-time online user display.
  • Loading branch information
kiritoko1029 committed Dec 24, 2024
1 parent fbea077 commit 9b4fc35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
> 原项目:[ChatGPTNextWeb](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)
## 新特性
* 优化了主题配色,与企业版颜色一致。
* 添加hitokoto一言,点击可刷新。
* 添加hitokoto一言,点击可刷新,可复制
* 可修改标题和标题右侧图标。
* 添加公告功能,可解析markdown,更新公告需重启docker容器。
* 添加websocket,需自行启动`websocket-server`,运行命令:`docker run -itd -p 13001:13001 195658/nextweb-ws-server:1.0`可实时显示在线人数。
* 以上功能通过环境变量即可需改
## 环境变量
### (可选) `SIDEBAR_TITLE`
Expand Down

0 comments on commit 9b4fc35

Please sign in to comment.