From 02e7768c42a70ef26090b3f67879cf78ae97fff7 Mon Sep 17 00:00:00 2001 From: zpc Date: Mon, 20 Apr 2026 09:54:59 +0800 Subject: [PATCH] 21 --- uniapp/manifest.json | 4 ++-- uniapp/pages/about/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uniapp/manifest.json b/uniapp/manifest.json index b56f978..3c79348 100644 --- a/uniapp/manifest.json +++ b/uniapp/manifest.json @@ -2,8 +2,8 @@ "name" : "学业邑规划", "appid" : "__UNI__1BAACAB", "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", + "versionName" : "1.0.1", + "versionCode" : 101, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/uniapp/pages/about/index.vue b/uniapp/pages/about/index.vue index 0d4a312..81524dd 100644 --- a/uniapp/pages/about/index.vue +++ b/uniapp/pages/about/index.vue @@ -11,7 +11,7 @@ const loading = ref(true) const aboutInfo = ref({ logo: '/static/logo.png', appName: '学业邑规划', - version: '1.0.0', + version: '1.0.1', description: '' })