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.
- package/lib/service/renderer.js +1 -1
- package/package.json +1 -1
package/lib/service/renderer.js
CHANGED
|
@@ -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
|
|
75
|
+
/** 不做 emoji 处理:容器已安装 emoji 字体(font-noto-emoji),由 Chromium 直接正常渲染。 */
|
|
76
76
|
async injectEmojiFont(html) {
|
|
77
77
|
return html;
|
|
78
78
|
}
|
package/package.json
CHANGED