feat: 修改版本号和更新内容
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user