f8a4b54165
* fix: 修复插件指令注解为联合类型时处理异常的问题 * fix: 修复参数类型检查以支持 typing.Union * Update astrbot/core/star/filter/command.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update astrbot/core/star/filter/command.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: 修复参数类型检查以支持 typing.Union 的处理逻辑 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
AstrBot Star
AstrBot Star 就是插件。
在 AstrBot v4.0 版本后,AstrBot 内部将插件命名为 star。插件的 handler 称作 star_handler。