feat: 添加控笔页

This commit is contained in:
R524809
2026-05-28 16:46:30 +08:00
parent 824e83c887
commit 2f0c4ab591
21 changed files with 1406 additions and 169 deletions
+6
View File
@@ -153,6 +153,12 @@ export const AGE_WEEK_PLANS: Record<AgeBandKey, WeekPlan[]> = {
subtitle: '自定义田字格练字帖',
path: '/chinesePages/handwritingSheet/handwritingSheet?id=hanzi-sheet',
},
{
_id: 'pen-control-mix',
title: '控笔组合练习',
subtitle: '36 种图形,每种占两行',
path: '/chinesePages/penControlSheet/penControlSheet?id=pen-control-mix',
},
{
_id: 'letter-tracing-single',
title: '默认字帖',
@@ -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({