feat: 添加控笔页
This commit is contained in:
@@ -568,6 +568,16 @@ const CATEGORY_ITEMS_BY_ID: Record<string, CategoryItem[]> = {
|
||||
path: '/pages/copyBook/copyBook',
|
||||
available: true,
|
||||
}),
|
||||
item({
|
||||
id: 'pen-control-mix',
|
||||
title: '控笔组合练习',
|
||||
subtitle: '3–6 种图形,每种占两行田字格',
|
||||
icon: '✍️',
|
||||
ageBand: age(3, 6),
|
||||
difficulty: 1,
|
||||
path: '/chinesePages/penControlSheet/penControlSheet?id=pen-control-mix',
|
||||
available: true,
|
||||
}),
|
||||
],
|
||||
english: [
|
||||
item({
|
||||
|
||||
Reference in New Issue
Block a user