From 938172a558a7f363b8a68dd0e47af5f018628953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E4=B9=8B=E5=87=8C=E6=AE=87?= Date: Fri, 7 Jun 2024 19:47:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20=E5=BC=93=E7=AE=AD?= =?UTF-8?q?=E6=89=8B=E6=96=B0=E8=BD=AC=E8=81=8C=E9=A2=84=E7=BA=A6=20?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=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 | 10 ++++------ utils/notices.txt | 10 ++++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/notice.py b/notice.py index ded0bc12eb..e00343a0e6 100644 --- a/notice.py +++ b/notice.py @@ -195,14 +195,12 @@ def main(): nm = NoticeManager(load_from_remote=False) # note: 在这里添加公告 - title = "win11无法打开配置工具" - message = """部分使用win11的朋友最近可能遇到突然无法打开配置工具,但小助手本体可以正常运行的情况 -目前暂时没有定位到具体原因 -但是经过一个群友的测试发现,将 DNF蚊子腿小助手配置工具.exe 的文件名改为随便一个英文名(比如 config.exe 、 sxs.exe)似乎就可以正常运行了 + title = "24.6 预约转职活动" + message = """弓箭手新转职的预约礼包需要手动在网页上输入手机号和验证码来进行预约,请手动在稍后弹出的网页上进行~ -大家可以试试这个方法,看看是否可以正常运行了 +打开页面后,点击【预约新职业领限定装扮】,完成登录并绑定角色后,在弹出的窗口中输入手机号和验证码即可领取 """ - open_url = "https://docs.qq.com/doc/DYk1NcnNOQkRhUVJD" + open_url = "https://dnf.qq.com/cp/a20240528brand/index.html" show_only_before_version = "" valid_duration = timedelta(days=7) diff --git a/utils/notices.txt b/utils/notices.txt index f6ce35199c..550c0c8a00 100644 --- a/utils/notices.txt +++ b/utils/notices.txt @@ -348,5 +348,15 @@ "open_url": "https://docs.qq.com/doc/DYk1NcnNOQkRhUVJD", "expire_at": "2024-06-18 22:37:48", "show_only_before_version": "" + }, + { + "sender": "风之凌殇", + "title": "24.6 预约转职活动", + "message": "弓箭手新转职的预约礼包需要手动在网页上输入手机号和验证码来进行预约,请手动在稍后弹出的网页上进行~\n\n打开页面后,点击【预约新职业领限定装扮】,完成登录并绑定角色后,在弹出的窗口中输入手机号和验证码即可领取\n", + "send_at": "2024-06-07 19:46:35", + "show_type": "once", + "open_url": "https://dnf.qq.com/cp/a20240528brand/index.html", + "expire_at": "2024-07-03 23:59:59", + "show_only_before_version": "" } ] \ No newline at end of file