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
+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();
}
/**