feat:优化图片生产质量,减少打印耗时

This commit is contained in:
R524809
2026-03-24 10:05:57 +08:00
parent cbf07faf27
commit a34311d35e
5 changed files with 1675 additions and 3 deletions
+3
View File
@@ -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,