fix
This commit is contained in:
@@ -977,10 +977,10 @@ export class CanvasManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出所有信息
|
||||
* @returns {Object} 包含所有图层信息的对象
|
||||
* 导出印花元素颜色信息
|
||||
* @returns {Object}
|
||||
*/
|
||||
async exportAllInfo() {
|
||||
async exportExtraInfo() {
|
||||
// 导出颜色图层信息
|
||||
const color = await this.exportColorLayer().catch(() => (null));
|
||||
// 导出印花和元素图层信息
|
||||
|
||||
Reference in New Issue
Block a user