feat:2.6.1增加 数物对应 和 根据颜色画图形

This commit is contained in:
R524809
2025-12-23 13:35:19 +08:00
parent 9b6a0a26cc
commit 20496c3cc8
28 changed files with 940 additions and 277 deletions
+17 -7
View File
@@ -9,14 +9,14 @@ export interface FocusFunctionType {
}
export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
// 形状识别
// 根据颜色画图
{
id: 'shape-recognition',
page: 'shape',
title: '识别形状',
desc: '识别形状,涂一涂',
icon: '🔍',
img: '/assets/focusEntrance/shape-recognition.png',
id: 'color-shape-match',
page: 'colorShapeMatch',
title: '根据颜色画图形',
desc: '根据颜色画出对应的图形',
icon: '🎯',
img: '/assets/focusEntrance/color-shape-match.png',
},
// 图形符号配对
{
@@ -27,6 +27,15 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
icon: '🔗',
img: '/assets/focusEntrance/shape-symbol.png',
},
// 形状识别
{
id: 'shape-recognition',
page: 'shape',
title: '识别形状',
desc: '识别形状,涂一涂',
icon: '🔍',
img: '/assets/focusEntrance/shape-recognition.png',
},
// 方位涂涂乐
{
id: 'position-coloring',
@@ -54,6 +63,7 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
icon: '🔗',
img: '/assets/focusEntrance/match-connect.png',
},
// 线条识别
{
id: 'line-recognition',