feat:更新iconfont

This commit is contained in:
2025-06-11 11:24:01 +08:00
34 changed files with 639 additions and 5726 deletions
+2 -1
View File
@@ -135,6 +135,7 @@ class TextDrawService {
* */
drawLegend() {
const { canvas, ctx, colors, characters } = this;
if (characters.length <= 0) return;
// const { colors, characters } = options;
const radius = 65;
const rectWidth = 180;
@@ -188,7 +189,7 @@ class TextDrawService {
drawContent() {
const { canvas, ctx, characters } = this;
// const { characters } = options;
if (characters.length <= 0) return;
const len = characters.length;
const rows = 8;