feat: 修改版本号和更新内容

This commit is contained in:
R524809
2026-06-25 12:57:58 +08:00
parent 783ebfb936
commit 37586b7bf2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
// }; // };
/** 当前应用版本号;profile 页和首页公告共用 */ /** 当前应用版本号;profile 页和首页公告共用 */
export const APP_VERSION = '3.2.2'; export const APP_VERSION = '3.3.0';
export const defaultPrintConfig: PrintConfig = { export const defaultPrintConfig: PrintConfig = {
// header: 'LogoImage', // header: 'LogoImage',
+2 -2
View File
@@ -76,8 +76,8 @@ export const HOME_NOTICES: HomeNotice[] = [
}, },
{ {
id: `update-${APP_VERSION}`, id: `update-${APP_VERSION}`,
text: `${APP_VERSION} 上线:新增幼儿识字测字表`, text: `${APP_VERSION} 上线:新增幼儿认识时钟练习`,
path: '/chinesePages/wordTestSheet/wordTestSheet', path: '/mathPages/clockReading/clockReading',
}, },
]; ];