koishi-plugin-chat-analyse 1.0.1 → 1.0.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 +0 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -483,7 +483,6 @@ var Renderer = class {
|
|
|
483
483
|
list: ${wordListJson},
|
|
484
484
|
gridSize: 16,
|
|
485
485
|
weightFactor: (size) => Math.pow(size, 1.2) * 2.5,
|
|
486
|
-
fontFamily: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif",
|
|
487
486
|
color: 'random-dark',
|
|
488
487
|
backgroundColor: 'transparent',
|
|
489
488
|
rotateRatio: 0.5,
|