This commit is contained in:
zpc 2026-04-20 09:54:59 +08:00
parent 46ed573221
commit 02e7768c42
2 changed files with 3 additions and 3 deletions

View File

@ -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" : {

View File

@ -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: ''
})