feat: 涂色识字

This commit is contained in:
R524809
2026-05-08 18:36:45 +08:00
parent 85ee5bb49a
commit b85afde7c0
25 changed files with 1205 additions and 441 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class FindWordDrawService extends BaseDrawService {
// 找字模板没有 drawLegend 部分
this.drawDivider();
this.drawContent();
await this.drawPrintFooter();
// await this.drawPrintFooter();
}
drawContent() {
+1 -1
View File
@@ -79,7 +79,7 @@ class TextDrawService extends BaseDrawService {
this.drawDivider();
this.drawLegend();
this.drawContent();
await this.drawPrintFooter();
// await this.drawPrintFooter();
}
/** 绘制示例
+2 -2
View File
@@ -273,7 +273,7 @@ class WordDrawService extends BaseDrawService {
async drawContentEmpty() {
this.clearContentArea();
this.drawContent(null);
await this.drawPrintFooter();
// await this.drawPrintFooter();
}
/**
@@ -286,7 +286,7 @@ class WordDrawService extends BaseDrawService {
// 绘制田字格和练字内容
this.drawContent(characters);
await this.drawPrintFooter();
// await this.drawPrintFooter();
}
/**