diff --git a/plugins/tgbot/startup/extend/push_ad.py b/plugins/tgbot/startup/extend/push_ad.py index 2a1a32ca0..30d7c7fd7 100644 --- a/plugins/tgbot/startup/extend/push_ad.py +++ b/plugins/tgbot/startup/extend/push_ad.py @@ -84,9 +84,9 @@ def send_msg(bot, tag='ad', trigger_time=300): ], [ types.InlineKeyboardButton( - text="论坛", url='https://bbs.midoks.me'), + text="论坛", url='https://bbs.midoks.icu'), types.InlineKeyboardButton( - text="搜索", url='https://bbs.midoks.me/search.php'), + text="搜索", url='https://bbs.midoks.icu/search.php'), types.InlineKeyboardButton( text="@ME", url='tg://user?id=5568699210'), types.InlineKeyboardButton( diff --git a/plugins/tgbot/startup/extend/push_bbs_ntid.py b/plugins/tgbot/startup/extend/push_bbs_ntid.py index 1ae2f850f..489eb1041 100644 --- a/plugins/tgbot/startup/extend/push_bbs_ntid.py +++ b/plugins/tgbot/startup/extend/push_bbs_ntid.py @@ -78,16 +78,16 @@ def send_msg(bot, tag='ad', trigger_time=300): yes, info = get_newest_tid() if yes: - url = 'https://bbs.midoks.me/thread-' + info['tid'] + '-1-1.html' + url = 'https://bbs.midoks.icu/thread-' + info['tid'] + '-1-1.html' keyboard = [ [ types.InlineKeyboardButton(text=info['subject'], url=url) ], [ types.InlineKeyboardButton( - text="论坛", url='https://bbs.midoks.me'), + text="论坛", url='https://bbs.midoks.icu'), types.InlineKeyboardButton( - text="搜索", url='https://bbs.midoks.me/search.php') + text="搜索", url='https://bbs.midoks.icu/search.php') ] ] markup = types.InlineKeyboardMarkup(keyboard) diff --git a/plugins/tgbot/startup/extend/push_notice_msg.py b/plugins/tgbot/startup/extend/push_notice_msg.py index a4b1999cf..330159be0 100644 --- a/plugins/tgbot/startup/extend/push_notice_msg.py +++ b/plugins/tgbot/startup/extend/push_notice_msg.py @@ -94,9 +94,9 @@ def send_msg(bot, tag='ad', trigger_time=300): ], [ types.InlineKeyboardButton( - text="论坛", url='https://bbs.midoks.me'), + text="论坛", url='https://bbs.midoks.icu'), types.InlineKeyboardButton( - text="搜索", url='https://bbs.midoks.me/search.php'), + text="搜索", url='https://bbs.midoks.icu/search.php'), types.InlineKeyboardButton( text="@ME", url='tg://user?id=5568699210'), types.InlineKeyboardButton(