优化
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user