This commit is contained in:
iqudoo
2026-06-13 13:01:12 +08:00
parent 8b09bcaa14
commit 318569c757
3 changed files with 445 additions and 11 deletions

View File

@@ -179,14 +179,6 @@ export interface LabelTemplate {
paper?: PaperConfig;
/** PDF 裁切参考线配置 */
cutLine?: CutLineConfig;
/** @deprecated 由 cutLine.enabled 替代 */
showPdfCutLines?: boolean;
/** @deprecated 数据范围仅存在于导出会话,不再写入模板 */
exportRange?: ExportRangeConfig;
/** @deprecated 仅用于迁移旧数据 */
dataSource?: ImportData;
/** @deprecated 模板与数据源已解耦,不再写入 */
dataSourceMeta?: DataSourceMeta;
}
export type PaperType = 'A4' | 'A5' | 'A6' | 'custom';