feat(wechat): 新增企微菜单功能并修复重复触发问题
- 新增「查询」菜单组:监控配置、系统状态、今日工作日、最新公告 - 新增「系统管理」子菜单:暂停/恢复定时任务处理器 - 修复立即爬取被企微重试机制触发多次的问题(60秒防重入锁) - docker-compose 补充 image 名称和 container_name Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
image: gx-gp-notify:latest
|
||||
container_name: gx-gp-notify
|
||||
ports:
|
||||
- "18001:8000"
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user