Improve legacy plugin compat and add mrfzccl fixture

This commit is contained in:
whatevertogo
2026-03-13 15:01:42 +08:00
parent 2123ed472e
commit 91b5ed400e
47 changed files with 20383 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
"""旧版 ``astrbot.api.components.command`` 导入路径兼容入口。"""
from astrbot_sdk.api.components.command import CommandComponent
__all__ = ["CommandComponent"]