feat:2.5.6 广告组件优化

This commit is contained in:
R524809
2025-12-19 16:24:10 +08:00
parent 78d98164e5
commit 1b4f226f26
43 changed files with 526 additions and 34 deletions
+8
View File
@@ -64,6 +64,14 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
desc: '仔细观察,推理出合并方格并连线',
icon: '🧩',
},
// 译码连线
{
id: 'code-connect',
page: 'codeConnect',
title: '译码连线',
desc: '按照数字顺序,将数字对应的颜色连起来',
icon: '🔢',
},
// 格子仿画
{
id: 'grid-drawing-3x3',