- 修复了订阅文件信息显示问题
- 修复了默认通知模板格式中季号的显示问题
- 修复了原始语言图片刮削的问题
- 修复了馒头新版标签无法识别的问题
- 优化了联邦插件API的注册
This commit is contained in:
jxxghp
2025-05-14 09:16:12 +08:00
parent 1a8e0c9ecb
commit 21e5cb0a03
6 changed files with 19 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ from app.core.config import settings
from app.core.module import ModuleManager
from app.log import logger
from app.utils.system import SystemUtils
from command import CommandChain
from app.command import CommandChain
# SitesHelper涉及资源包拉取提前引入并容错提示
try: