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.
- package/lib/index.js +1 -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:
|
|
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,
|