feat: 重新调整header

This commit is contained in:
zhangyi
2025-03-28 18:09:41 +08:00
parent 40e6241f26
commit 2d686a9c01
4 changed files with 258 additions and 25 deletions
+1 -5
View File
@@ -1,4 +1,5 @@
import { PAPER_SIZE } from './constant';
import { getMiniCodeImagePath } from './utils';
class TextDrawService {
canvas: WechatMiniprogram.Canvas;
@@ -33,11 +34,6 @@ class TextDrawService {
}
drawHeader() {
const { canvas, ctx } = this;
const { appName, appHint, title, subTitle } = this.options;
}
drawHeader2() {
const { canvas, ctx } = this;
const { title } = this.options;