feat: 开发英语启蒙的入口页

This commit is contained in:
R524809
2026-04-21 15:03:38 +08:00
parent 8c1d7e0657
commit b2f5b203f8
62 changed files with 392 additions and 259 deletions
+4 -4
View File
@@ -389,7 +389,7 @@ export const ALL_WORKSHEETS: WorksheetDefinition[] = [
),
sheet(
{
id: 'letter-tracing-triple',
id: 'letter-tracing-three',
title: '三字母精练',
desc: '每页聚焦 3 个字母,大写 + 小写深度书写',
category: 'english',
@@ -412,7 +412,7 @@ export const ALL_WORKSHEETS: WorksheetDefinition[] = [
instructionText: '每页 3 个字母,逐字精练',
},
generatorConfig: {
mode: 'letter-tracing-triple',
mode: 'letter-tracing-three',
letterCase: 'both',
repetitions: 5,
fadePattern: 'gradient',
@@ -422,7 +422,7 @@ export const ALL_WORKSHEETS: WorksheetDefinition[] = [
),
sheet(
{
id: 'letter-tracing-single-line',
id: 'letter-tracing-half',
title: '单字母逐行',
desc: '每行一个字母,13 字母半表逐字练习',
category: 'english',
@@ -445,7 +445,7 @@ export const ALL_WORKSHEETS: WorksheetDefinition[] = [
instructionText: '每行一个字母,逐字反复练习',
},
generatorConfig: {
mode: 'letter-tracing-single-line',
mode: 'letter-tracing-half',
letterCase: 'both',
alphabetHalf: 'A-M',
repetitions: 5,