feat: 开始开发专注力系列

This commit is contained in:
R524809
2025-12-11 17:47:22 +08:00
parent 3c0e2af10d
commit 3648ccc494
61 changed files with 1348 additions and 34 deletions
+6 -6
View File
@@ -7,12 +7,12 @@ export interface FocusFunctionType {
}
export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
// 第一阶段:认识数字(最基础)
// 格子仿画
{
id: 'number-find',
page: 'numberFind',
title: '找数字,涂一涂',
desc: '找一找下面相同的数字,涂上颜色',
icon: '🔍',
id: 'grid-drawing',
page: 'gridDrawing',
title: '格子仿画',
desc: '在网格中填充颜色,形成各种形状',
icon: '🎨',
},
];