From 46c31ac653504413e700e6fc00b2052408b78189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 29 Aug 2025 17:11:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BA=94=E7=94=A8=E8=87=AA=E5=8A=A8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在首页添加应用版本检查和更新功能 - 新增updateService.js实现版本比较、下载安装和更新提示 - 支持Android和iOS平台的更新处理 --- aiApp/pages/index/index.vue | 69 +++++++++++- aiApp/utils/updateService.js | 207 +++++++++++++++++++++++++++++++++++ 2 files changed, 274 insertions(+), 2 deletions(-) create mode 100644 aiApp/utils/updateService.js diff --git a/aiApp/pages/index/index.vue b/aiApp/pages/index/index.vue index 0dd58374..f4eab4f4 100644 --- a/aiApp/pages/index/index.vue +++ b/aiApp/pages/index/index.vue @@ -9,6 +9,7 @@