From 708804cbbf076de72a3d7119d8d96fdb7ad20eda Mon Sep 17 00:00:00 2001 From: chenghuan Date: Tue, 14 Apr 2026 10:24:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E4=B8=8B=E4=B8=80=E9=9B=86=E8=87=AA=E5=8A=A8=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E5=80=8D=E9=80=9F=E8=AE=BE=E7=BD=AE=EF=BC=9B=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?2.5=E5=80=8D=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index eac0803..d93cd64 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ "src" : "图片路径" } ], - "versionName" : "1.0.60", - "versionCode" : 1060, + "versionName" : "1.0.61", + "versionCode" : 1061, "app-plus" : { "nvueCompiler" : "weex", "compatible" : { diff --git a/package-lock.json b/package-lock.json index 4f80c1c..e19749e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.4.5", "license": "MIT", "dependencies": { - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.9", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12", "jquery": "^3.7.1", "tcplayer.js": "^5.1.0" }, @@ -74,8 +74,8 @@ "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" }, "node_modules/edu-core": { - "version": "1.0.8", - "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#f815e7660e0645ca4393205b30986c4bc7aa4d9f", + "version": "1.0.12", + "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ea1dca213de69ac5a01a44a352ab33024edd2577", "license": "ISC" }, "node_modules/es5-shim": { @@ -399,8 +399,8 @@ "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" }, "edu-core": { - "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#f815e7660e0645ca4393205b30986c4bc7aa4d9f", - "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.9" + "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#ea1dca213de69ac5a01a44a352ab33024edd2577", + "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12" }, "es5-shim": { "version": "4.6.7", diff --git a/package.json b/package.json index 2ff84c8..557a323 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/dcloudio/hello-uniapp#readme", "dependencies": { - "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.9", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.12", "jquery": "^3.7.1", "tcplayer.js": "^5.1.0" },