From e9d964736d35b75c6edc34fcbac2407de1f3cf6d Mon Sep 17 00:00:00 2001 From: chenghuan Date: Tue, 10 Feb 2026 19:52:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20edu-core=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=87=B3=20v1.0.4=20=E5=B9=B6=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E5=BA=94=E7=94=A8=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 edu-core 依赖从 v1.0.3 升级至 v1.0.4 - 应用版本号从 1.0.44 (1044) 提升至 1.0.45 (1045) --- manifest.json | 4 ++-- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index e5d16b2..183b252 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "name" : "心灵空间", "appid" : "__UNI__BBBDFD2", "description" : "心灵空间", - "versionName" : "1.0.44", + "versionName" : "1.0.45", "sassImplementationName" : "node-sass", - "versionCode" : 1044, + "versionCode" : 1045, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/package-lock.json b/package-lock.json index d1bdef6..3ce0986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.3", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4", "jquery": "^3.7.1", "tcplayer.js": "^5.1.0" }, @@ -68,8 +68,8 @@ "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" }, "node_modules/edu-core": { - "version": "1.0.0", - "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#3dc7f285266aeb5515d6ae1ce85962b4421748f6", + "version": "1.0.4", + "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4c6637f9492eafb543868ba424804330dafd2d27", "license": "ISC" }, "node_modules/es5-shim": { diff --git a/package.json b/package.json index 46d8a92..3fb95e2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "homepage": "https://github.com/dcloudio/hello-uniapp#readme", "dependencies": { - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.3", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4", "jquery": "^3.7.1", "tcplayer.js": "^5.1.0" },