delete yangyu

This commit is contained in:
2025-02-08 15:35:05 +08:00
parent df06be04b7
commit 671a89325f
2 changed files with 8 additions and 3 deletions

View File

@@ -39,10 +39,10 @@ logging:
handlers: [console, info_file_handler, error_file_handler]
groups:
enable: [45317011307@chatroom,49571962306@chatroom,43687793133@chatroom] # 允许响应的群 roomId大概长这样2xxxxxxxxx3@chatroom
enable: [45317011307@chatroom,49571962306@chatroom] # 允许响应的群 roomId大概长这样2xxxxxxxxx3@chatroom
news:
receivers: [45317011307@chatroom,49571962306@chatroom,43687793133@chatroom] # 定时新闻接收人roomid 或者 wxid
receivers: [45317011307@chatroom,49571962306@chatroom] # 定时新闻接收人roomid 或者 wxid
report_reminder:
receivers: [] # 定时日报周报月报提醒roomid 或者 wxid

View File

@@ -21,4 +21,9 @@ beautifulsoup4~=4.12.3
httpx~=0.28.1
pyttsx3~=2.98
redis~=5.2.1
PyMySQL~=1.1.1
PyMySQL~=1.1.1
websocket-client~=1.8.0
selenium~=4.28.1
webdriver-manager~=4.0.2
reportlab~=4.3.0
PyPDF2~=3.0.1