更新 main.py

This commit is contained in:
谢幕 2025-07-19 11:27:24 +08:00 committed by GitHub
parent 3a6aef8ed7
commit 6cb74ec2f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,9 @@ from astrbot.api.star import Context, Star, register
from astrbot.api import logger, AstrBotConfig from astrbot.api import logger, AstrBotConfig
import astrbot.api.message_components as Comp import astrbot.api.message_components as Comp
# 订阅数据存储路径 # 订阅数据存储路径
SUBSCRIPTION_FILE = "data/astrbot_plugin_github_sub_subscriptions.json" SUBSCRIPTION_FILE = "data/astrbot_plugin_github_sub_subscriptions.json"
# 默认仓库数据存储路径 # 默认仓库数据存储路径