feat: 时钟连线和认识时钟合并

This commit is contained in:
R524809
2026-07-29 17:15:25 +08:00
parent 2ffd0b302d
commit c0b8666257
14 changed files with 141 additions and 427 deletions
+3 -3
View File
@@ -72,12 +72,12 @@ export const HOME_NOTICES: HomeNotice[] = [
{
id: 'welcome',
text: '欢迎来到 涂鸦丫,趣味练习纸任你选',
path: '/mathPages/clockReading/clockReading',
path: '/mathPages/clockReading/clockReading?id=clock-connect',
},
{
id: `update-${APP_VERSION}`,
text: `${APP_VERSION} 上线:新增幼儿认识时钟练习`,
path: '/mathPages/clockReading/clockReading',
text: `${APP_VERSION} 上线:新增幼儿认识时钟,连线练习`,
path: '/mathPages/clockReading/clockReading?id=clock-connect',
},
];