feat(mobile): add QrTemplate3 Pizzeria, fix PDF export for component system

This commit is contained in:
AyrisAI
2026-08-21 00:25:44 +03:00
parent ccd8c90267
commit 8481a34e61
8 changed files with 1514 additions and 73 deletions
+28
View File
@@ -77,6 +77,34 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
subText: "#6B5A3E",
dividerColor: "rgba(212, 175, 55, 0.3)",
},
"qr-lumiere": {
key: "qr-lumiere",
name: "Lumière Restaurant (QR-L)",
categoryName: "Özel Masa Kartı",
svgTemplateUrl: "/qr-lumiere.svg",
aspectRatio: "1/1",
bgGradient: "radial-gradient(circle at 50% 50%, #132034 0%, #0b0d13 100%)",
plaqueColor: "#132034",
borderAccent: "#d4af37",
accentText: "#d4af37",
headerText: "#FFFFFF",
subText: "#e5c378",
dividerColor: "rgba(212, 175, 55, 0.3)",
},
"qr-3": {
key: "qr-3",
name: "Pizzeria Bella Napoli (QR-3)",
categoryName: "Özel Masa Kartı",
svgTemplateUrl: "/qr-3.svg",
aspectRatio: "400/650",
bgGradient: "radial-gradient(circle at 50% 50%, #faf4e6 0%, #f7eed8 100%)",
plaqueColor: "#fdfbf5",
borderAccent: "#b92b27",
accentText: "#b92b27",
headerText: "#18181b",
subText: "#5d4037",
dividerColor: "rgba(185, 43, 39, 0.3)",
},
};