feat: 首页、分类页加载数据逻辑重构

This commit is contained in:
R524809
2026-04-30 16:44:45 +08:00
parent c112c70bab
commit 7126d3a941
63 changed files with 805 additions and 433 deletions
@@ -46,7 +46,7 @@ const FOCUS_DRAW_DEFINITIONS = [
{
id: 'color-pattern',
title: '颜色找规律',
subtitle: '观察颜色规律,在空白图形中涂色',
subtitle: '观察颜色规律,涂色',
ageMin: 4,
ageMax: 6,
difficulty: 2,
@@ -66,7 +66,7 @@ const FOCUS_DRAW_DEFINITIONS = [
{
id: 'line-recognition',
title: '线条识别',
subtitle: '认识不同线条,画出颜色对应线条',
subtitle: '认识不同线条,画对应线条',
ageMin: 3,
ageMax: 5,
difficulty: 1,
@@ -86,7 +86,7 @@ const FOCUS_DRAW_DEFINITIONS = [
{
id: 'code-connect',
title: '译码连线',
subtitle: '按数字顺序将数字对应颜色连线',
subtitle: '按数字顺序连线',
ageMin: 5,
ageMax: 7,
difficulty: 3,