From a57e1e4dae7033c9605f74d72535edfceb8b6704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E4=B9=8B=E5=87=8C=E6=AE=87?= Date: Thu, 7 Nov 2024 20:34:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=91=A8=E6=9C=9F=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notice.py | 7 +++---- utils/notices.txt | 10 ++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/notice.py b/notice.py index a69570e9d8..af54c29b91 100644 --- a/notice.py +++ b/notice.py @@ -201,10 +201,9 @@ def main(): nm = NoticeManager(load_from_remote=False) # note: 在这里添加公告 - title = "24.9 请假通知" - message = """9.12-9.14去外地出差了,14号晚上回家,不一定有空添加新的蚊子腿,各位朋友12/13这两天请先自行点一下网页活动 - -可以参考colg的活动整合帖 + title = "24.11 活动周期提示" + message = """前几天大家可能有看到版本可能太老的提示弹窗,不要担心,这个就是最新版本,也不用担心跑路了。其实是因为自从9.12国庆版本以来,暂时都没有新的活动,所以小助手没有发布任何新版本。 +根据往年的经验,下次活动很可能是嘉年华,大约会在11.27左右,请耐心等候下~ """ open_url = "" show_only_before_version = "" diff --git a/utils/notices.txt b/utils/notices.txt index b504a600ab..57ead619c0 100644 --- a/utils/notices.txt +++ b/utils/notices.txt @@ -398,5 +398,15 @@ "open_url": "", "expire_at": "2024-09-19 21:36:38", "show_only_before_version": "" + }, + { + "sender": "风之凌殇", + "title": "24.11 活动周期提示", + "message": "前几天大家可能有看到版本可能太老的提示弹窗,不要担心,这个就是最新版本,也不用担心跑路了。其实是因为自从9.12国庆版本以来,暂时都没有新的活动,所以小助手没有发布任何新版本。\n根据往年的经验,下次活动很可能是嘉年华,大约会在11.27左右,请耐心等候下~\n", + "send_at": "2024-11-07 20:33:56", + "show_type": "once", + "open_url": "", + "expire_at": "2024-11-14 20:33:56", + "show_only_before_version": "" } ] \ No newline at end of file