feat: 完成四种字母描红开发

This commit is contained in:
R524809
2026-04-17 17:03:36 +08:00
parent 15ad5cce75
commit 9febf7da4f
16 changed files with 479 additions and 480 deletions
@@ -97,8 +97,7 @@ export function drawLetterInFourLineGrid(
bold?: boolean;
},
) {
const fontFamily =
options?.fontFamily ?? fontFamilyOf(sizes._profile);
const fontFamily = options?.fontFamily ?? fontFamilyOf(sizes._profile);
const color = options?.color ?? '#1a1a1a';
const bold = options?.bold ?? false;