Skip to content

Commit c83a550

Browse files
committed
docs: 交流与反馈新增 QQ 群入口 + 修复智能引号问题
1 parent 2fc19bf commit c83a550

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README-EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ This contributes to the sustainable maintenance of the project and the growth of
172172

173173
* **GitHub Issues**: Best for specific technical issues. Please provide complete information (screenshots, error logs, etc.) to help locate the problem quickly.
174174
* **WeChat Official Account**: It is recommended to leave comments under relevant articles. If you need to ask questions in the background, **liking/recommending** the article first is the best "icebreaker," and I can feel your appreciation (´▽`ʃ♡ƪ).
175+
* **QQ Group**: Follow the WeChat Official Account and reply "**交流群**" to join. Whether you're an AI beginner or a seasoned developer, looking for help or sharing ideas, you're welcome here. The group is all about mutual help and brainstorming — please read the group announcement first; describe your issue clearly with screenshots, and fellow members will help when available. Community wisdom is often faster and more comprehensive than any single person 🤝
175176

176177
> **Friendly Reminder**:
177178
> This project is for open-source sharing, not a commercial product. Treat the author as a friend, not customer service, for better communication efficiency!

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,11 @@
219219
### 💬 交流与反馈
220220

221221
- **GitHub Issues**:适合具体的技术问题。提问时请提供完整信息(截图、错误日志等),有助于快速定位。
222-
- **公众号交流**:建议优先在相关文章下的留言区交流。若需后台提问,**先点赞/推荐**文章是最好的“敲门砖”,我在后台都能感受到这份心意哟 (´▽`ʃ♡ƪ)。
222+
- **公众号交流**:建议优先在相关文章下的留言区交流。若需后台提问,**先点赞/推荐**文章是最好的"敲门砖",我在后台都能感受到这份心意哟 (´▽`ʃ♡ƪ)。
223+
- **QQ 群交流**:关注公众号,回复「**交流群**」即可加入。无论你是 AI 小白还是硬核开发者,想求助技术问题还是分享折腾心得,这里都欢迎你。群里主打互助交流和灵感碰撞,入群请先看群公告;提问时描述清楚问题、附上截图,群友有空就会帮忙,大家的实战经验往往比我一个人更快更全面 🤝
223224

224-
> **友情提示**
225-
> 本项目为开源分享,非商业产品。把作者当朋友而非客服,沟通效率会更高哦!
225+
> **友情提示**
226+
> 本项目为开源分享,非商业产品。把作者当朋友而非客服,沟通效率会更高哦!
226227
227228
<div align="center">
228229

@@ -2706,7 +2707,7 @@ TrendRadar 提供两个独立的 Docker 镜像,可根据需求选择部署:
27062707
|---------|---------|-------|------|
27072708
| `ENABLE_WEBSERVER` | - | `true` / `false` | 是否自动启动 Web 服务器 |
27082709
| `WEBSERVER_PORT` | - | `8080` | Web 服务器端口 |
2709-
| `WEBSERVER_WATCHDOG` | - | `true` / `false` | 是否开启网页服务自动恢复(服务异常时自动重开) |
2710+
| `WEBSERVER_WATCHDOG` | - | `true` / `false` | 是否开启"网页服务自动恢复"(服务异常时自动重开) |
27102711
| `WEBSERVER_WATCHDOG_INTERVAL` | - | `60` | 自动恢复检查间隔(秒) |
27112712
| `FEISHU_WEBHOOK_URL` | `notification.channels.feishu.webhook_url` | `https://...` | 飞书 Webhook(多账号用 `;` 分隔) |
27122713
| `AI_ANALYSIS_ENABLED` | `ai_analysis.enabled` | `true` / `false` | 是否启用 AI 分析(v5.0.0 新增) |
@@ -2873,8 +2874,8 @@ docker rm trendradar
28732874
> - 端口可在 `.env` 文件中配置 `WEBSERVER_PORT` 参数
28742875
> - 自动启动:在 `.env` 中设置 `ENABLE_WEBSERVER=true`
28752876
> - 自动恢复:`WEBSERVER_WATCHDOG=true`(默认开启),每隔 `WEBSERVER_WATCHDOG_INTERVAL` 秒检查一次,异常会自动重开网页服务
2876-
> - `stop_webserver` 的意思是你主动手动关闭网页服务(命令:`docker exec -it trendradar python manage.py stop_webserver`)
2877-
> - 自动拉起”就是“系统自动把网页服务重新打开;若你手动关闭后想恢复,请执行 `docker exec -it trendradar python manage.py start_webserver`
2877+
> - `stop_webserver` 的意思是"你主动手动关闭网页服务"(命令:`docker exec -it trendradar python manage.py stop_webserver`)
2878+
> - "自动拉起"就是"系统自动把网页服务重新打开";若你手动关闭后想恢复,请执行 `docker exec -it trendradar python manage.py start_webserver`
28782879
> - 安全提示:仅提供静态文件访问,限制在 output 目录,只绑定本地访问
28792880

28802881
#### 数据持久化

0 commit comments

Comments
 (0)