This commit is contained in:
李志鹏
2026-01-06 16:53:18 +08:00
parent 6cb1e72798
commit e40b707501
3 changed files with 17 additions and 13 deletions

View File

@@ -977,10 +977,10 @@ export class CanvasManager {
}
/**
* 导出所有信息
* @returns {Object} 包含所有图层信息的对象
* 导出印花元素颜色信息
* @returns {Object}
*/
async exportAllInfo() {
async exportExtraInfo() {
// 导出颜色图层信息
const color = await this.exportColorLayer().catch(() => (null));
// 导出印花和元素图层信息