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
+8
View File
@@ -48,6 +48,14 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
desc: '快来根据物品连一连吧!',
icon: '🔗',
},
// 线条识别
{
id: 'line-recognition',
page: 'lineRecognition',
title: '线条识别',
desc: '认识不同线条,画出颜色对应的线条',
icon: '📏',
},
// 格子仿画
{
id: 'grid-drawing-3x3',