import type { WorksheetDefinition } from './types'; export const PEN_CONTROL_WORKSHEET_DEFINITIONS = [ { id: 'pen-control-mix', icon: 'edit', title: '控笔练习', subtitle: '多种控笔图形,运笔更轻松', ageMin: 5, ageMax: 7, difficulty: 1, tags: ['控笔', '运笔', '田字格', '学前'], sortOrder: 40, }, ] as const satisfies ReadonlyArray;