feat:V2.5.4增加线条识别

This commit is contained in:
R524809
2025-12-19 09:48:37 +08:00
parent e97dd8f159
commit 99686e30bd
26 changed files with 682 additions and 15 deletions
+12 -3
View File
@@ -30,7 +30,8 @@
"positionColoring/positionColoring",
"shapeSymbol/shapeSymbol",
"colorPattern/colorPattern",
"matchConnect/matchConnect"
"matchConnect/matchConnect",
"lineRecognition/lineRecognition"
],
"independent": false
}
@@ -38,11 +39,19 @@
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["mathPages"]
"packages": ["mathPages", "focusPages"]
},
"pages/mathIndex/mathIndex": {
"network": "all",
"packages": ["mathPages"]
"packages": ["mathPages", "focusPages"]
},
"pages/focusIndex/focusIndex": {
"network": "all",
"packages": ["mathPages", "focusPages"]
},
"pages/copyBook/copyBook": {
"network": "all",
"packages": ["mathPages", "focusPages"]
}
},
"window": {},