feat: 涂色识字
This commit is contained in:
@@ -102,7 +102,7 @@ class FindWordDrawService extends BaseDrawService {
|
||||
// 找字模板没有 drawLegend 部分
|
||||
this.drawDivider();
|
||||
this.drawContent();
|
||||
await this.drawPrintFooter();
|
||||
// await this.drawPrintFooter();
|
||||
}
|
||||
|
||||
drawContent() {
|
||||
|
||||
@@ -79,7 +79,7 @@ class TextDrawService extends BaseDrawService {
|
||||
this.drawDivider();
|
||||
this.drawLegend();
|
||||
this.drawContent();
|
||||
await this.drawPrintFooter();
|
||||
// await this.drawPrintFooter();
|
||||
}
|
||||
|
||||
/** 绘制示例
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user