feat: enforce activity logs and tighten sizing/map reply policies

This commit is contained in:
2026-03-01 13:01:10 +08:00
parent 0f769607c4
commit 1c1b870d2b
9 changed files with 260 additions and 19 deletions

View File

@@ -34,6 +34,10 @@ _SENSITIVE_PATTERNS = {
"擦边": [
r"擦边", r"大尺度", r"性感图", r"露点", r"半裸",
],
"地图": [
r"地图", r"地形图", r"行政区划图", r"世界地图", r"中国地图",
r"卫星地图", r"导航图", r"航海图", r"作战地图", r"军事地图",
],
}
_COMPILED: dict = {}