|
@@ -932,7 +932,7 @@ export class CanvasPhotoEditor {
|
|
|
ctx.fillText(
|
|
ctx.fillText(
|
|
|
`第 ${pageIndex + 1 + this.pageCount} 页`,
|
|
`第 ${pageIndex + 1 + this.pageCount} 页`,
|
|
|
pageX + this.pageWidth - (20 * this.scale),
|
|
pageX + this.pageWidth - (20 * this.scale),
|
|
|
- this.pageHeight - (20 * this.scale)
|
|
|
|
|
|
|
+ this.pageHeight - (50 * this.scale)
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
// 绘制图片(重构核心:调用独立方法)
|
|
// 绘制图片(重构核心:调用独立方法)
|
|
@@ -1584,7 +1584,7 @@ export class CanvasPhotoEditor {
|
|
|
ctx.fillText(
|
|
ctx.fillText(
|
|
|
`第 ${pageIndex + 1 + this.pageCount} 页`,
|
|
`第 ${pageIndex + 1 + this.pageCount} 页`,
|
|
|
this.pageWidth - (20),
|
|
this.pageWidth - (20),
|
|
|
- this.pageHeight - (20)
|
|
|
|
|
|
|
+ this.pageHeight - (50)
|
|
|
)
|
|
)
|
|
|
// ==========================================
|
|
// ==========================================
|
|
|
// 🔥 1:1 还原你原 drawGuideLine 标引逻辑
|
|
// 🔥 1:1 还原你原 drawGuideLine 标引逻辑
|
|
@@ -1748,7 +1748,7 @@ export class CanvasPhotoEditor {
|
|
|
ctx.fillText(
|
|
ctx.fillText(
|
|
|
`第 ${pageIndex + 1 + this.pageCount} 页`,
|
|
`第 ${pageIndex + 1 + this.pageCount} 页`,
|
|
|
this.pageWidth - (20),
|
|
this.pageWidth - (20),
|
|
|
- this.pageHeight - (20)
|
|
|
|
|
|
|
+ this.pageHeight - (50)
|
|
|
)
|
|
)
|
|
|
// ==========================================
|
|
// ==========================================
|
|
|
// 🔥 1:1 还原你原 drawGuideLine 标引逻辑
|
|
// 🔥 1:1 还原你原 drawGuideLine 标引逻辑
|