Skip to content

Commit

Permalink
feat: 新增见面会绑定手机领取7天黑钻活动的通知
Browse files Browse the repository at this point in the history
  • Loading branch information
fzls committed Sep 3, 2023
1 parent 1df04ae commit 065a40c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 3 additions & 4 deletions notice.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,10 @@ def main():
nm = NoticeManager(load_from_remote=False)

# note: 在这里添加公告
title = "重复登录"
message = """大概8.16下午开始使用小助手时会一直重复登录,刚调试了下,发现qq空间系列的活动多了个参数。
各位朋友等我晚上九点回家发个新版本,十点后再等自动更新到新版本使用
title = "聆心计划领黑钻"
message = """官方的广州见面会活动预约界面输入手机号、验证码可以领取7天黑钻和增肥器,由于需要手机验证码,所以需要在点击确认弹出的网页中自行完成操作~
"""
open_url = ""
open_url = "https://dnf.qq.com/cp/a20230815jmh/live.html"
show_only_before_version = ""
valid_duration = timedelta(days=7)

Expand Down
10 changes: 10 additions & 0 deletions utils/notices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,15 @@
"open_url": "",
"expire_at": "2023-08-23 19:16:09",
"show_only_before_version": ""
},
{
"sender": "风之凌殇",
"title": "聆心计划领黑钻",
"message": "官方的广州见面会活动预约界面输入手机号、验证码可以领取7天黑钻和增肥器,由于需要手机验证码,所以需要在点击确认弹出的网页中自行完成操作~\n",
"send_at": "2023-09-03 18:37:47",
"show_type": "once",
"open_url": "https://dnf.qq.com/cp/a20230815jmh/live.html",
"expire_at": "2023-09-10 18:37:47",
"show_only_before_version": ""
}
]

0 comments on commit 065a40c

Please sign in to comment.