fix
This commit is contained in:
@@ -442,7 +442,6 @@ export default function App() {
|
||||
variableDefaults: parsed.variableDefaults,
|
||||
paper: parsed.paper,
|
||||
cutLine: parsed.cutLine,
|
||||
showPdfCutLines: parsed.showPdfCutLines,
|
||||
});
|
||||
const list = [...templates, newTmpl];
|
||||
saveTemplatesToStorage(list);
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user