feat: 新增认识时钟绘制

This commit is contained in:
R524809
2026-06-25 12:46:43 +08:00
parent b802709517
commit 783ebfb936
15 changed files with 1119 additions and 1 deletions
@@ -7,6 +7,12 @@ export interface UnreleasedPageEntry {
export const UNRELEASED_PAGE_ENTRIES: UnreleasedPageEntry[] = [
// 在这里手动添加未上线页面
{
id: 'clock-reading',
title: '认识时钟',
subtitle: '看钟读时间,填写数字时刻',
path: '/mathPages/clockReading/clockReading',
},
{
id: 'pen-control-sheet',
title: '控笔',