From 9985d0981c42907873606af035d71c8106f49ff4 Mon Sep 17 00:00:00 2001 From: InfernoXuaI <102417826+GongyiChuren@users.noreply.github.com> Date: Wed, 20 May 2026 16:35:23 +0800 Subject: [PATCH] Revise security section in README3 Updated security section heading and added safety recommendations. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77c6765..16543cf 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ tg-watchbot 是一个轻量级 Python 服务,把 **Telegram 双向客服机器 - [`python-dotenv`](https://github.com/theskumar/python-dotenv):读取 `.env`。 - Python 标准库 `sqlite3`:消息、用户、去重、监控状态持久化。 -## 安全 / 脱敏说明 +## 安全说明 - 如果要把面板暴露到公网,建议使用 Cloudflare Access / 反代鉴权,并使用强密码。 - Bot 只能给“已经主动私聊过 Bot 的用户”发消息,这是 Telegram Bot API 的限制。