feat: 增加字母笔顺图片
This commit is contained in:
@@ -17,8 +17,8 @@ import {
|
||||
type LetterFontSizes,
|
||||
} from '../../shared/draw/drawTools';
|
||||
|
||||
// 每行可容纳的格子数(用于三字母精练模板,一行展示 6 个位置)
|
||||
const SLOTS_PER_ROW = 6;
|
||||
// 每行按 7 个位置预留空间,当前字母绘制占用其中前几组
|
||||
const SLOTS_PER_ROW = 7;
|
||||
// 大小写字母配对间的间隔(px,字母间距)
|
||||
const PAIR_GAP = 25;
|
||||
// 同一字母区域内相邻两行四线三格之间的间距(px)
|
||||
|
||||
Reference in New Issue
Block a user