From 37586b7bf25c3ba339260a8661c4267d98c2df4f Mon Sep 17 00:00:00 2001 From: R524809 Date: Thu, 25 Jun 2026 12:57:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=92=8C=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/config/config.ts | 2 +- miniprogram/pages/home/home.data.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/miniprogram/config/config.ts b/miniprogram/config/config.ts index 2eea42c..7b20d04 100644 --- a/miniprogram/config/config.ts +++ b/miniprogram/config/config.ts @@ -7,7 +7,7 @@ // }; /** 当前应用版本号;profile 页和首页公告共用 */ -export const APP_VERSION = '3.2.2'; +export const APP_VERSION = '3.3.0'; export const defaultPrintConfig: PrintConfig = { // header: 'LogoImage', diff --git a/miniprogram/pages/home/home.data.ts b/miniprogram/pages/home/home.data.ts index 25e7af4..f35a850 100644 --- a/miniprogram/pages/home/home.data.ts +++ b/miniprogram/pages/home/home.data.ts @@ -76,8 +76,8 @@ export const HOME_NOTICES: HomeNotice[] = [ }, { id: `update-${APP_VERSION}`, - text: `${APP_VERSION} 上线:新增幼儿识字测字表`, - path: '/chinesePages/wordTestSheet/wordTestSheet', + text: `${APP_VERSION} 上线:新增幼儿认识时钟练习`, + path: '/mathPages/clockReading/clockReading', }, ];