feat:V2.5.4增加线条识别
This commit is contained in:
+12
-3
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user