diff --git a/plugins/tgbot/startup/extend/push_ad.py b/plugins/tgbot/startup/extend/push_ad.py index 24805228d..95286d6a2 100644 --- a/plugins/tgbot/startup/extend/push_ad.py +++ b/plugins/tgbot/startup/extend/push_ad.py @@ -42,6 +42,10 @@ def send_msg(bot, tag='ad', trigger_time=300): # 信号只在一个周期内执行一次|end keyboard = [ + [ + types.InlineKeyboardButton( + text="高防服务器CDN请联系玥玥", url='https://t.me/CDNYUEYUE') + ], [ types.InlineKeyboardButton( text="CK资源采集", url='https://ckzy1.com/') diff --git a/plugins/tgbot/startup/extend/push_notice_msg.py b/plugins/tgbot/startup/extend/push_notice_msg.py index 7e96c23f2..c808c3bb7 100644 --- a/plugins/tgbot/startup/extend/push_notice_msg.py +++ b/plugins/tgbot/startup/extend/push_notice_msg.py @@ -43,7 +43,12 @@ def send_msg(bot, tag='ad', trigger_time=300): # https://t.me/gjgzs2022 | 19/m # ♻️CMS导航网♻️/💰流量变现💰 | 28/m # CK资源采集 |29/m + # 高防服务器CDN请联系玥玥 |3/m keyboard = [ + [ + types.InlineKeyboardButton( + text="高防服务器CDN请联系玥玥", url='https://t.me/CDNYUEYUE') + ], [ types.InlineKeyboardButton( text="CK资源采集", url='https://ckzy1.com/')