feat(wechat): 新增企微菜单功能并修复重复触发问题

- 新增「查询」菜单组:监控配置、系统状态、今日工作日、最新公告
- 新增「系统管理」子菜单:暂停/恢复定时任务处理器
- 修复立即爬取被企微重试机制触发多次的问题(60秒防重入锁)
- docker-compose 补充 image 名称和 container_name

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-10 13:59:57 +08:00
parent d84c838e76
commit 9f90e16661
3 changed files with 177 additions and 0 deletions
+25
View File
@@ -13,6 +13,31 @@ MENU = {
"type": "click",
"key": "today_stats",
},
{
"name": "查询",
"sub_button": [
{
"name": "监控配置",
"type": "click",
"key": "monitor_config",
},
{
"name": "系统状态",
"type": "click",
"key": "system_status",
},
{
"name": "今日工作日",
"type": "click",
"key": "workday_status",
},
{
"name": "最新公告",
"type": "click",
"key": "latest_announcements",
},
],
},
{
"name": "系统管理",
"sub_button": [