This commit is contained in:
iqudoo
2026-06-23 15:26:51 +08:00
parent 1b04e34ff0
commit 33d3e5537c
9 changed files with 79 additions and 43 deletions

View File

@@ -340,9 +340,9 @@ export type PaperType = 'A4' | 'A5' | 'A6' | 'custom';
export type PrintColorMode = 'rgb' | 'grayscale' | 'cmyk';
export const PRINT_COLOR_MODE_LABELS: Record<PrintColorMode, string> = {
rgb: '标准 RGB',
rgb: '标准(轻度印刷补偿)',
grayscale: '黑白(灰度)',
cmyk: 'CMYK印刷模拟)',
cmyk: 'CMYK 印刷模拟(推荐',
};
export interface PaperConfig {