From 455ce146a385b7ae4bf5df948957eaf39686f7b0 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Wed, 11 Feb 2026 14:41:39 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B9=B6=E5=8D=87=E7=BA=A7edu-core=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E8=87=B3v1.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将应用版本从2.0.39提升至2.0.40(versionCode 2039→2040) - 将edu-core依赖从v1.0.4升级至v1.0.5以获取最新功能或修复 --- manifest.json | 4 ++-- package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index 81ed4a7..7801877 100644 --- a/manifest.json +++ b/manifest.json @@ -12,8 +12,8 @@ "src" : "图片路径" } ], - "versionName" : "2.0.39", - "versionCode" : 2039, + "versionName" : "2.0.40", + "versionCode" : 2040, "sassImplementationName" : "node-sass", "app-plus" : { "nvueCompiler" : "uni-app", diff --git a/package-lock.json b/package-lock.json index 092c016..de76583 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.5", "element-plus": "^2.9.6", "epubjs": "^0.3.93", "jquery": "^2.2.4", @@ -441,8 +441,8 @@ "link": true }, "node_modules/edu-core": { - "version": "1.0.4", - "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4c6637f9492eafb543868ba424804330dafd2d27", + "version": "1.0.5", + "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4afd7e952360cf9d401a813fed9ce9e011e8fa76", "license": "ISC" }, "node_modules/element-plus": { @@ -4179,7 +4179,7 @@ "requires": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.5", "element-plus": "^2.9.6", "epubjs": "^0.3.93", "jquery": "^2.2.4", @@ -4500,8 +4500,8 @@ } }, "edu-core": { - "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4c6637f9492eafb543868ba424804330dafd2d27", - "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4" + "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4afd7e952360cf9d401a813fed9ce9e011e8fa76", + "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.5" }, "element-plus": { "version": "2.11.5", @@ -7262,8 +7262,8 @@ } }, "edu-core": { - "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4c6637f9492eafb543868ba424804330dafd2d27", - "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4" + "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4afd7e952360cf9d401a813fed9ce9e011e8fa76", + "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.5" }, "element-plus": { "version": "2.11.5", diff --git a/package.json b/package.json index 0c12b1c..e39d0f7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "animate.css": "^4.1.1", "e-peanut": "file:", - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.5", "element-plus": "^2.9.6", "epubjs": "^0.3.93", "jquery": "^2.2.4",