- 修复了订阅文件信息显示问题
- 修复了默认通知模板格式中季号的显示问题
- 修复了原始语言图片刮削的问题
- 修复了馒头新版标签无法识别的问题
- 优化了联邦插件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

@@ -1,4 +1,4 @@
from command import Command
from app.command import Command
def init_command():
@@ -7,14 +7,16 @@ def init_command():
"""
Command()
def stop_command():
"""
停止命令
"""
pass
def restart_command():
"""
重启命令
"""
Command().init_commands()
Command().init_commands()