feat:V2.5.5方格推理

This commit is contained in:
R524809
2025-12-19 10:34:30 +08:00
parent 99686e30bd
commit 78d98164e5
10 changed files with 651 additions and 4 deletions
+8
View File
@@ -56,6 +56,14 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
desc: '认识不同线条,画出颜色对应的线条',
icon: '📏',
},
// 方格推理
{
id: 'grid-reasoning',
page: 'gridReasoning',
title: '方格推理',
desc: '仔细观察,推理出合并方格并连线',
icon: '🧩',
},
// 格子仿画
{
id: 'grid-drawing-3x3',