pull/402/head
midoks 2 years ago
parent 68d957fd6e
commit c8160b63e7
  1. 4
      plugins/tgbot/startup/extend/push_ad.py
  2. 5
      plugins/tgbot/startup/extend/push_notice_msg.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/')

@ -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/')

Loading…
Cancel
Save