feat:V2.5.3 修改下载分享弹窗问题、新增连连看

This commit is contained in:
R524809
2025-12-17 18:00:22 +08:00
parent 4a3ad82d08
commit a8ed4a2cfc
11 changed files with 700 additions and 6 deletions
+8
View File
@@ -40,6 +40,14 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
desc: '观察颜色规律,在空白图形中涂上颜色',
icon: '🎨',
},
// 连连看
{
id: 'match-connect',
page: 'matchConnect',
title: '连连看',
desc: '快来根据物品连一连吧!',
icon: '🔗',
},
// 格子仿画
{
id: 'grid-drawing-3x3',