feat: 绘制基础类重构
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* 找字模板
|
||||
* 包含多个模板,每个模板包含多个位置,每个位置包含x和y坐标
|
||||
*/
|
||||
export const POSITION_TEMPLATES: Array<Array<{ x: number; y: number }>> = [
|
||||
// 模板1:椭圆形分布-上下更密集 28个位置,相邻间距约100-150px
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user