feat: 新增认识时钟绘制
This commit is contained in:
@@ -369,6 +369,16 @@ const CATEGORY_ITEMS_BY_ID: Record<string, CategoryItem[]> = {
|
||||
path: '/mathPages/mathDraw/mathDraw?id=multiplication-table',
|
||||
available: true,
|
||||
}),
|
||||
item({
|
||||
id: 'clock-reading',
|
||||
title: '认识钟表',
|
||||
subtitle: '看钟读时间,填写数字时刻',
|
||||
icon: '🕐',
|
||||
ageBand: age(4, 7),
|
||||
difficulty: 1,
|
||||
path: '/mathPages/clockReading/clockReading?id=clock-reading',
|
||||
available: true,
|
||||
}),
|
||||
],
|
||||
pinyin: [
|
||||
item({
|
||||
|
||||
Reference in New Issue
Block a user