feat: 开始开发专注力系列
This commit is contained in:
@@ -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: '🎨',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user