feat:V2.5.2 颜色找规律

This commit is contained in:
R524809
2025-12-17 15:30:14 +08:00
parent d6ec0eccd8
commit 4a3ad82d08
13 changed files with 703 additions and 127 deletions
+8
View File
@@ -32,6 +32,14 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
desc: '观察卡片位置,在对应的方格中涂上颜色',
icon: '📍',
},
// 颜色找规律
{
id: 'color-pattern',
page: 'colorPattern',
title: '颜色找规律',
desc: '观察颜色规律,在空白图形中涂上颜色',
icon: '🎨',
},
// 格子仿画
{
id: 'grid-drawing-3x3',