From 8137e456a99fa8f023e62820505345b3d7ba9d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=B9=95?= <1041291@qq.com> Date: Sun, 20 Jul 2025 08:59:55 +0800 Subject: [PATCH] Updata --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index dba9716..28363d2 100644 --- a/main.py +++ b/main.py @@ -11,6 +11,8 @@ from astrbot.api.star import Context, Star, register from astrbot.api import logger, AstrBotConfig import astrbot.api.message_components as Comp + + # 订阅数据存储路径 SUBSCRIPTION_FILE = "data/astrbot_plugin_github_sub_subscriptions.json" # 默认仓库数据存储路径