fix: 🐛 卡片scale修改

This commit is contained in:
wjrHh218
2026-02-06 00:03:02 +08:00
parent 77090ba00c
commit 9bef75bbd7

View File

@@ -176,13 +176,13 @@ const cardRule: CardRule = {
}, },
17: { 17: {
maxLine: 6, maxLine: 6,
scale: 1.8, scale: 1.6,
rule: [5, 6, 6], rule: [5, 6, 6],
length: 3, length: 3,
}, },
18: { 18: {
maxLine: 6, maxLine: 6,
scale: 1.8, scale: 1.6,
rule: [6, 6, 6], rule: [6, 6, 6],
length: 3, length: 3,
}, },