From a9199658310e7c63fba096e014629a886706ade1 Mon Sep 17 00:00:00 2001 From: Zihao Gao Date: Mon, 18 Aug 2025 17:05:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9B=B4=E6=96=B0=E6=8E=A5?= =?UTF-8?q?=E6=94=B6=E8=80=85=E5=92=8C=E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将消息接收者从"2期"改为"1期",并调整检查时间和发送时间为早上时段 --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 6368ee3..db06dab 100644 --- a/config.py +++ b/config.py @@ -3,8 +3,8 @@ CONFIG = { "app_secret": "mcK8aTiq0CLtkzGs2aTZpcnom5J4o6yB", "open_id": ["ou_c6466a45623096cf7a34d94fe30c6c73", "ou_3b94d0caf83dbced8b0e26af4852a281"], "file_path": "F:\\", - "messages_reciever": "宝库学堂:AI全能增长官特训营 2期", - "checking_time": "16:55", - "sending_time": "16:56", + "messages_reciever": "宝库学堂:AI全能增长官特训营 1期", + "checking_time": "07:55", + "sending_time": "10:00", "message": "新的一天,从华智长盈每日AI新闻开始!让我们一起看看今天AI圈有啥新鲜事!" } \ No newline at end of file