feat: 涂色识字
This commit is contained in:
@@ -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