From f92990e55046e09c042e2ffdaf589136a06d40c8 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Tue, 10 Feb 2026 19:39:00 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将应用版本从1.0.51升级至1.0.52(versionCode从1051升至1052) - 将edu-core依赖从v1.0.3升级至v1.0.4 - 清理开发环境配置中的注释格式 --- config/baseUrl.js | 2 +- manifest.json | 4 ++-- package-lock.json | 10 +++++----- package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/baseUrl.js b/config/baseUrl.js index 1196049..ee0be03 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -3,7 +3,7 @@ let socketUrl = ""; if (process.env.NODE_ENV === 'development') { // 开发环境 baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 - // baseUrl = "https://api.nuttyreading.com/"; // 线上正式 + // baseUrl = "https://api.nuttyreading.com/"; // 线上正式 } else if (process.env.NODE_ENV === 'production') { // 生产环境11 //baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 diff --git a/manifest.json b/manifest.json index ac50263..b49db48 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ "src" : "图片路径" } ], - "versionName" : "1.0.51", - "versionCode" : 1051, + "versionName" : "1.0.52", + "versionCode" : 1052, "app-plus" : { "nvueCompiler" : "weex", "compatible" : { diff --git a/package-lock.json b/package-lock.json index 74e0782..1e0d405 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.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": { @@ -393,8 +393,8 @@ "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" }, "edu-core": { - "version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#3dc7f285266aeb5515d6ae1ce85962b4421748f6", - "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.3" + "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" }, "es5-shim": { "version": "4.6.7", diff --git a/package.json b/package.json index e118fe4..b530baf 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.3", + "edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4", "jquery": "^3.7.1", "tcplayer.js": "^5.1.0" },