koishi-plugin-group-analysis-mx 1.3.6 → 1.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -72,7 +72,7 @@ class RendererService extends koishi_1.Service {
72
72
  return 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==';
73
73
  }
74
74
  }
75
- /** 不做 emoji 处理(与 ChatLuna 原版一致)。Chromium 能正常渲染 emoji,之前的处理反而制造问题。 */
75
+ /** 不做 emoji 处理:容器已安装 emoji 字体(font-noto-emoji),由 Chromium 直接正常渲染。 */
76
76
  async injectEmojiFont(html) {
77
77
  return html;
78
78
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-group-analysis-mx",
3
3
  "description": "群聊分析插件 - 生成精美群聊统计报告,支持 AI 话题总结(独立版,不依赖 ChatLuna)",
4
- "version": "1.3.6",
4
+ "version": "1.3.8",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
7
7
  "typings": "lib/index.d.ts",