diff --git a/plugins/tgbot/startup/extend/push_bbs.py b/plugins/tgbot/startup/extend/push_bbs.py new file mode 100644 index 000000000..4c0b1dbc7 --- /dev/null +++ b/plugins/tgbot/startup/extend/push_bbs.py @@ -0,0 +1,15 @@ + +# coding:utf-8 + +import sys +import io +import os +import time +import re +import json +import base64 +import threading + + +def run(): + print("!11") diff --git a/plugins/tgbot/startup/extend/readme.md b/plugins/tgbot/startup/extend/readme.md new file mode 100755 index 000000000..d52224d88 --- /dev/null +++ b/plugins/tgbot/startup/extend/readme.md @@ -0,0 +1 @@ +push_*.py 识别为推送插件