fix(adapter): 修复表情回应命令并移除废弃的emoji映射

- 修复了`napcat_adapter`中表情回应命令名称不一致的问题,将`set_emoji_like`统一为`set_msg_emoji_like`。
- 修正了`SendHandler`中`set_like`参数的类型转换,从`str`改为`bool`,以符合API要求。
- 移除了`social_toolkit_plugin`中已废弃且不准确的Unicode emoji到QQ表情文本的映射。
- 更新了配置文件模板的版本号至`7.1.5`。
This commit is contained in:
minecraft1024a
2025-10-02 21:58:07 +08:00
parent 15fdb67ef7
commit 56a75afadf
4 changed files with 5 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
[inner]
version = "7.1.4"
version = "7.1.5"
#----以下是给开发人员阅读的如果你只是部署了MoFox-Bot不需要阅读----
#如果你想要修改配置文件请递增version的值
@@ -366,7 +366,7 @@ library_log_levels = { "aiohttp" = "WARNING"} # 设置特定库的日志级别
[dependency_management] # 插件Python依赖管理配置
# 是否启用自动安装Python依赖包主开关
auto_install = true #暂时关闭一下因为还用不了
auto_install = true #it can work now!
# 安装超时时间(秒)
auto_install_timeout = 300
# 是否使用PyPI镜像源推荐可加速下载