koishi-plugin-chat-analyse 1.2.2 → 1.2.3

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1745,7 +1745,7 @@ var Renderer = class {
1745
1745
  <h1 class="title-text">${title}</h1>
1746
1746
  <div class="time-label">${time.toLocaleString("zh-CN", { hour12: false })}</div>
1747
1747
  </div>
1748
- <div id="wordcloud-container" style="width: 800px; height: 600px; margin: auto;"></div>
1748
+ <div id="wordcloud-container" style="width: 512px; height: 512px; margin: auto;"></div>
1749
1749
  <script>${wordCloudScript}</script>
1750
1750
  <script>
1751
1751
  const palette = ${JSON.stringify(selectedPalette)};
@@ -1762,7 +1762,6 @@ var Renderer = class {
1762
1762
  },
1763
1763
  backgroundColor: 'transparent',
1764
1764
  shape: 'square',
1765
- ellipticity: 0.6,
1766
1765
  gridSize: 1,
1767
1766
  rotateRatio: 1,
1768
1767
  minRotation: -Math.PI / 4,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-chat-analyse",
3
3
  "description": "强大而全面的聊天数据分析,支持统计命令,发言,消息类型,活跃度,支持发言排行和生成词云",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "contributors": [
6
6
  "Yis_Rime <yis_rime@outlook.com>"
7
7
  ],