Skip to content

Commit

Permalink
feat: 新增外出旅游公告
Browse files Browse the repository at this point in the history
  • Loading branch information
fzls committed Dec 1, 2024
1 parent 986670a commit 6d0e99b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notice.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def main():
nm = NoticeManager(load_from_remote=False)

# note: 在这里添加公告
title = "24.11 集卡活动"
message = """集卡的查询信息、赠送、索取卡片接口好像有点调整,不过不影响抽卡部分,大家先用着,我这两天尽快适配新的接口~
title = "24.12 外出旅游"
message = """因公司团建,12.2-12.12我将去欧洲旅游,期间无法处理群消息和私聊。若有任何问题,请直接私聊我的小号,我将在回国后第一时间一一处理~
"""
open_url = ""
show_only_before_version = ""
Expand Down
10 changes: 10 additions & 0 deletions utils/notices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,15 @@
"open_url": "",
"expire_at": "2024-11-28 21:32:19",
"show_only_before_version": ""
},
{
"sender": "风之凌殇",
"title": "24.12 外出旅游",
"message": "因公司团建,12.2-12.12我将去欧洲旅游,期间无法处理群消息和私聊。若有任何问题,请直接私聊我的小号,我将在回国后第一时间一一处理~\n",
"send_at": "2024-12-01 16:18:27",
"show_type": "once",
"open_url": "",
"expire_at": "2024-12-08 16:18:27",
"show_only_before_version": ""
}
]

0 comments on commit 6d0e99b

Please sign in to comment.