From 1754fbb63aad62be6a6904c74a766862e7ec3830 Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:49:52 +0800 Subject: [PATCH] =?UTF-8?q?cluntop=20upload=20/.github/Toos/=E5=A4=A7?= =?UTF-8?q?=E7=A7=80=E7=9B=B4=E6=92=AD/config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/Toos/大秀直播/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/Toos/大秀直播/config.json diff --git a/.github/Toos/大秀直播/config.json b/.github/Toos/大秀直播/config.json new file mode 100644 index 000000000..98487ebb3 --- /dev/null +++ b/.github/Toos/大秀直播/config.json @@ -0,0 +1,22 @@ +{ + "base_url": "http://zhibo.aisimu.cn/zhubo/", + "login_url": "http://zhibo.aisimu.cn/index.php", + + "username_field": "username", + "password_field": "password", + "username": "", + "password": "", + + "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)", + + "logged_in_expected_url": "http://zhibo.aisimu.cn/zhubo/index.php", + "login_failed_check_text": "账号或密码错误", + "login_success_check_text": "直播资源管理平台", + + "tg_token": "YOUR_TELEGRAM_BOT_TOKEN", + "tg_chat_id": "YOUR_CHAT_ID", + + "request_timeout": 10, + "max_workers": 10, + "source_check_timeout": 6 +}