feat:2.5.0初始化专注启蒙项目

This commit is contained in:
R524809
2025-12-15 17:00:06 +08:00
parent 62ba977a45
commit fefe437f0f
29 changed files with 3465 additions and 700 deletions
@@ -4,7 +4,7 @@
*/
import { createPage, PageCommonMethodsConfig } from '../../../base/pageMixin';
import { FOCUS_FUNCTION_TYPES } from '../../../constants/focusFunctions';
/**
* 专注力模块的函数类型定义
*/
@@ -14,24 +14,6 @@ export interface FocusFunctionType {
desc: string;
}
/**
* 专注力模块的函数列表
* TODO: 根据实际需求补充完整的功能列表
*/
export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
{
id: 'grid-drawing',
title: '格子仿画',
desc: '在格子中绘制颜色,形成各种形状',
},
// 可以在这里添加更多专注力相关的功能
// {
// id: 'pattern-memory',
// title: '图案记忆',
// desc: '记住并重现图案',
// },
];
/**
* 专注力模块的分享配置
*/