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 -8
View File
@@ -102,14 +102,14 @@ export const NUMBER_COLORS: Record<number, string> = {
10: '#FC9B6C', // 柔和橙红色
11: '#BC8F71', // 柔和棕色
12: '#666666', // 柔和黑灰
13: '#FF2222', // 鲜艳大红
14: '#FF9900', // 鲜艳橙色
15: '#FFD700', // 鲜艳金黄
16: '#32CD32', // 鲜艳亮绿
17: '#21C5E4', // 鲜艳青色
18: '#3777FF', // 鲜艳蓝色
19: '#9D27E3', // 鲜艳紫色
20: '#FF40A0', // 鲜艳玫粉
13: '#FF6F61', // 童趣珊瑚橘
14: '#FFCB05', // 童趣明亮黄
15: '#5AE2B1', // 童趣薄荷绿
16: '#FF85A1', // 童趣樱花粉
17: '#8CBAFF', // 童趣天真蓝
18: '#FFD6E0', // 童趣泡泡粉
19: '#57DAFF', // 童趣冰雪蓝
20: '#FFE066', // 童趣香蕉黄
};
/**
+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',