Merge pull request #421 from midoks/dev

AD
midoks-patch-1
Mr Chen 2 years ago committed by GitHub
commit 301a5a95b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md
  2. 3
      plugins/tgbot/startup/extend/push_ad.py
  3. 2
      plugins/tgbot/startup/extend/push_notice_msg.py
  4. 2
      requirements.txt

@ -88,6 +88,7 @@ PHP[72-82]支持phpMyAdmin[5.2.0]
| 服务商 | LOGO | 推广地址 | 优惠码 |
| ------------- |----------|-----------|-------|
| digitalvirt |[![digitalvirt](https://digitalvirt.com/templates/BlueWhite/img/logo-dark.svg)](https://digitalvirt.com/aff.php?aff=154) | https://digitalvirt.com/aff.php?aff=154 | mdserver-web |
| mvirtua |[![mvirtua](https://mvirtua.com/upload/logo-black.png)](https://mvirtua.com/aff/FUSKXVDH) | https://mvirtua.com/aff/FUSKXVDH | mdserver-web (全场8折)|
# Docker

@ -43,8 +43,9 @@ def send_msg(bot, tag='ad', trigger_time=300):
# https://t.me/gjgzs2022 | 22/m
# 代付支付宝微信❤淘宝帮付/💰流量变现💰集团收量/🕵实名认证/接码✅过人脸👤 | 28/m
# https://zhaoziyuan.la/ | 15/m | 2m | next,7/15
# https://zhaoziyuan.la/ | web | 15/m | 2m | next,7/15
# 香港高防CDN |9/m
# mvirtua | web | 7/m
keyboard = [
[
types.InlineKeyboardButton(

@ -52,7 +52,9 @@ def send_msg(bot, tag='ad', trigger_time=300):
# https://t.me/gjgzs2022 | 22/m
# 代付支付宝微信❤淘宝帮付/💰流量变现💰集团收量/🕵实名认证/接码✅过人脸👤 | 28/m
# https://zhaoziyuan.la/ | web | 15/m | 2m | next,7/15
# 香港高防CDN |9/m
# mvirtua | web | 7/m
keyboard = [
[
types.InlineKeyboardButton(

@ -2,7 +2,7 @@ setuptools>=33.1.1
Werkzeug>=1.0.1
wheel>=0.37.1
gunicorn==20.1.0
requests==2.27.1
requests==2.31.1
urllib3>=1.21.1
flask>=2.0.3
flask-session==0.3.2

Loading…
Cancel
Save