feat:优化图片生产质量,减少打印耗时
This commit is contained in:
@@ -149,6 +149,9 @@ export function getRandomUniqueNumberColors(count: number): string[] {
|
||||
return Array.from(selectedColors);
|
||||
}
|
||||
|
||||
/** A4 打印导出尺寸:150 DPI,兼顾清晰度与文件体积/打印速度 */
|
||||
export const A4_EXPORT_SIZE_150DPI = { width: 1240, height: 1754 };
|
||||
|
||||
export const PAPER_SIZE = {
|
||||
A4: {
|
||||
// width: 2480,
|
||||
|
||||
Reference in New Issue
Block a user