myot233 / XXYan

17 stars 1 forks source link

实现yanCode,优化command,等 #7

Closed hundun000 closed 2 years ago

hundun000 commented 2 years ago
  1. YanConsoleCommandsYanCommands合并,功能点不变。此时在console和聊天环境都可以使用YanCommandsYanCommand同理也改为支持在console使用。则用户可以不需要chat-command-plugin使用本插件。 image
  2. 实现yanCode:检索时不匹配图片id而是匹配yanCode(检测到旧版数据无yanCode则还是匹配yan)close #5 image
  3. GroupMessageEvent要么作为showYan逻辑,要么作为历史记录 close #5
  4. 优化drawContent,对于At,不是一律contentToString而是显示其在群里的形态。方便传播图片时不暴露群员id。
  5. 如 #6 所述,class Yan重命名为class ShowYanTask