diff --git a/plugins/tgbot/startup/extend/push_ad.py b/plugins/tgbot/startup/extend/push_ad.py index e12c42ffe..9cf60810a 100644 --- a/plugins/tgbot/startup/extend/push_ad.py +++ b/plugins/tgbot/startup/extend/push_ad.py @@ -53,6 +53,22 @@ def send_msg(bot, tag='ad', trigger_time=300): # 实名认证/过人脸🕵️‍♀️各种账号处理✅ | 30/m| next,12/30 | @nngzs # 桃花资源采集| 13/m| next,1/13 | @xiaolizi1122 keyboard = [ + [ + types.InlineKeyboardButton( + text="TTKCDN 性价比最高的商业CDN", url='https://t.me/ssdpflood') + ], + [ + types.InlineKeyboardButton( + text="TTKCDN 过河南郑州/泉州等地区阻断", url='https://t.me/ssdpflood') + ], + [ + types.InlineKeyboardButton( + text="TTKCDN 私人定制 属于你自己的独立CDN", url='https://t.me/ssdpflood') + ], + [ + types.InlineKeyboardButton( + text="TTKCDN 全系主动防御 全球威胁情报网", url='https://t.me/ssdpflood') + ], [ types.InlineKeyboardButton( text="跨链混币器Cce.Cash💰低手续费💰隔断溯源", url='https://cce.cash/#/main/home?MW') @@ -95,7 +111,7 @@ def send_msg(bot, tag='ad', trigger_time=300): types.InlineKeyboardButton( text="@ME", url='tg://user?id=5568699210'), types.InlineKeyboardButton( - text="100RMB/M", url='tg://user?id=5568699210') + text="100RMB/M [已满]", url='tg://user?id=5568699210') ] ] 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 e86bd2349..31819d42a 100644 --- a/plugins/tgbot/startup/extend/push_notice_msg.py +++ b/plugins/tgbot/startup/extend/push_notice_msg.py @@ -55,13 +55,29 @@ def send_msg(bot, tag='ad', trigger_time=300): # 信号只在一个周期内执行一次|end # 跨链混币器Cce.Cash💰低手续费💰隔断溯源 | 10/m | next,6/10 | @hu ge - # TTKCDN 无视移动墙/GFW/SNI阻断 TG第一性价比 | 10/m | @ssdpflood + # TTKCDN | 10/m | @ssdpflood # https://t.me/gjgzs2022 | 22/m | @GJ_gzs # https://zhaoziyuan1.cc | web | 15/m | 2m | next,12/15 | @baleite # 综合包网/NG接口开户 | 28/m | 6m | next,4/28 | x # 实名认证/过人脸🕵️‍♀️各种账号处理✅ | 30/m| next,12/30 | @nngzs # 桃花资源采集| 13/m| next,1/13 | @xiaolizi1122 keyboard = [ + [ + types.InlineKeyboardButton( + text="TTKCDN 性价比最高的商业CDN", url='https://t.me/ssdpflood') + ], + [ + types.InlineKeyboardButton( + text="TTKCDN 过河南郑州/泉州等地区阻断", url='https://t.me/ssdpflood') + ], + [ + types.InlineKeyboardButton( + text="TTKCDN 私人定制 属于你自己的独立CDN", url='https://t.me/ssdpflood') + ], + [ + types.InlineKeyboardButton( + text="TTKCDN 全系主动防御 全球威胁情报网", url='https://t.me/ssdpflood') + ], [ types.InlineKeyboardButton( text="跨链混币器Cce.Cash💰低手续费💰隔断溯源", url='https://cce.cash/#/main/home?MW') diff --git a/web/admin/dashboard/login.py b/web/admin/dashboard/login.py index f64837f9d..126502245 100644 --- a/web/admin/dashboard/login.py +++ b/web/admin/dashboard/login.py @@ -159,6 +159,10 @@ def verifyLogin(): # 执行登录操作 @blueprint.route('/do_login', endpoint='do_login', methods=['POST']) def do_login(): + admin_close = thisdb.getOption('admin_close') + if admin_close == 'yes': + return mw.returnData(False, '面板已经关闭!') + username = request.form.get('username', '').strip() password = request.form.get('password', '').strip() code = request.form.get('code', '').strip()