feat: 绘制基础类重构

This commit is contained in:
R524809
2026-04-10 15:06:11 +08:00
parent a911da6181
commit e74fd3709c
17 changed files with 1091 additions and 278 deletions
+4
View File
@@ -1,3 +1,7 @@
/**
* 找字模板
* 包含多个模板,每个模板包含多个位置,每个位置包含x和y坐标
*/
export const POSITION_TEMPLATES: Array<Array<{ x: number; y: number }>> = [
// 模板1:椭圆形分布-上下更密集 28个位置,相邻间距约100-150px
[