From 84e6ce2b48d621c6c35832f0946f4897c4f3383f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 14 Jan 2025 18:37:58 +0800 Subject: [PATCH] ad --- plugins/tgbot/startup/extend/push_ad.py | 19 ++--------------- .../tgbot/startup/extend/push_notice_msg.py | 21 +++---------------- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/plugins/tgbot/startup/extend/push_ad.py b/plugins/tgbot/startup/extend/push_ad.py index 3806cd93f..f15014eef 100644 --- a/plugins/tgbot/startup/extend/push_ad.py +++ b/plugins/tgbot/startup/extend/push_ad.py @@ -47,6 +47,7 @@ def send_msg(bot, tag='ad', trigger_time=300): # 跨链混币器Cce.Cash💰低手续费💰隔断溯源 | 10/m | next,6/10 | @hu ge # TTKCDN 无视移动墙/GFW/SNI阻断 TG第一性价比 | 10/m | @ssdpflood + # SJ资源网播放计费| 14/m | next,4/14 |@sjllzyw # https://t.me/gjgzs2022 | 22/m | @GJ_gzs # 综合包网/NG接口开户 | 28/m | 6m | next,4/28 | x # 实名认证/过人脸🕵️‍♀️各种账号处理✅ | 30/m| next,6/30 | @nngzs @@ -54,28 +55,12 @@ def send_msg(bot, tag='ad', trigger_time=300): 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') + text="SJ资源网播放计费", url='https://t.me/ssdpflood') ], [ types.InlineKeyboardButton( text="跨链混币器Cce.Cash💰低手续费💰隔断溯源", url='https://cce.cash/#/main/home?MW') ], - [ - types.InlineKeyboardButton( - text="TTKCDN 无视移动墙/GFW/SNI阻断 TG第一性价比", url='https://t.me/ssdpflood') - ], [ types.InlineKeyboardButton( text="桃花资源采集🚀 ", url='https://thzy.me') diff --git a/plugins/tgbot/startup/extend/push_notice_msg.py b/plugins/tgbot/startup/extend/push_notice_msg.py index 04ddc9d46..b6130af93 100644 --- a/plugins/tgbot/startup/extend/push_notice_msg.py +++ b/plugins/tgbot/startup/extend/push_notice_msg.py @@ -56,6 +56,7 @@ def send_msg(bot, tag='ad', trigger_time=300): # 跨链混币器Cce.Cash💰低手续费💰隔断溯源 | 10/m | next,6/10 | @hu ge # TTKCDN | 10/m | @ssdpflood | 5 + # SJ资源网播放计费| 14/m | next,4/14 |@sjllzyw # https://t.me/gjgzs2022 | 22/m | @GJ_gzs # 综合包网/NG接口开户 | 28/m | 6m | next,4/28 | x # 实名认证/过人脸🕵️‍♀️各种账号处理✅ | 30/m| next,6/30 | @nngzs @@ -63,28 +64,12 @@ def send_msg(bot, tag='ad', trigger_time=300): 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') + text="SJ资源网播放计费", url='https://t.me/ssdpflood') ], [ types.InlineKeyboardButton( text="跨链混币器Cce.Cash💰低手续费💰隔断溯源", url='https://cce.cash/#/main/home?MW') ], - [ - types.InlineKeyboardButton( - text="TTKCDN 无视移动墙/GFW/SNI阻断 TG第一性价比", url='https://t.me/ssdpflood') - ], [ types.InlineKeyboardButton( text="桃花资源采集🚀 ", url='https://thzy.me') @@ -119,7 +104,7 @@ def send_msg(bot, tag='ad', trigger_time=300): types.InlineKeyboardButton( text="@ME", url='tg://user?id=5568699210'), types.InlineKeyboardButton( - text="150RMB/月[已满]", url='tg://user?id=5568699210') + text="150RMB/月", url='tg://user?id=5568699210') ] ] markup = types.InlineKeyboardMarkup(keyboard)