feat:2.5.1增加方位涂涂乐功能

This commit is contained in:
R524809
2025-12-16 11:01:10 +08:00
parent b5530aa7c7
commit d1a41602a7
10 changed files with 439 additions and 2 deletions
+8
View File
@@ -16,6 +16,14 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
desc: '识别形状,涂一涂',
icon: '🔍',
},
// 方位涂涂乐
{
id: 'position-coloring',
page: 'positionColoring',
title: '方位涂涂乐',
desc: '观察卡片位置,在对应的方格中涂上颜色',
icon: '📍',
},
// 格子仿画
{
id: 'grid-drawing-3x3',