add 自动更新Cookie

This commit is contained in:
jxxghp
2023-06-15 12:37:10 +08:00
parent 9155c44041
commit 9efb2007fc
10 changed files with 445 additions and 112 deletions

View File

@ -248,7 +248,7 @@ class Slack:
"type": "section",
"text": {
"type": "mrkdwn",
"text": f"**{title}**"
"text": f"*{title}*"
}
}
blocks = [title_section, {

View File

@ -79,9 +79,9 @@ class Telegram(metaclass=Singleton):
try:
if text:
caption = f"**{title}**\n{text}"
caption = f"*{title}*\n{text}"
else:
caption = f"**{title}**"
caption = f"*{title}*"
if userid:
chat_id = userid