chore: 更新应用版本并升级edu-core依赖至v1.0.4

- 将应用版本号从2.0.38提升至2.0.39
- 将edu-core依赖从v1.0.3升级至v1.0.4以获取最新功能或修复
This commit is contained in:
2026-02-10 19:25:38 +08:00
parent e9d6f514bd
commit 4a0edcebe1
3 changed files with 20 additions and 11 deletions

View File

@@ -12,8 +12,8 @@
"src" : "图片路径" "src" : "图片路径"
} }
], ],
"versionName" : "2.0.38", "versionName" : "2.0.39",
"versionCode" : 2038, "versionCode" : 2039,
"sassImplementationName" : "node-sass", "sassImplementationName" : "node-sass",
"app-plus" : { "app-plus" : {
"nvueCompiler" : "uni-app", "nvueCompiler" : "uni-app",

25
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"e-peanut": "file:", "e-peanut": "file:",
"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",
"element-plus": "^2.9.6", "element-plus": "^2.9.6",
"epubjs": "^0.3.93", "epubjs": "^0.3.93",
"jquery": "^2.2.4", "jquery": "^2.2.4",
@@ -20,6 +20,15 @@
"uview-ui": "^2.0.35" "uview-ui": "^2.0.35"
} }
}, },
" ../edu-core": {
"extraneous": true
},
"../edu-core": {
"version": "1.0.4",
"extraneous": true,
"license": "ISC",
"devDependencies": {}
},
"node_modules/@babel/helper-string-parser": { "node_modules/@babel/helper-string-parser": {
"version": "7.27.1", "version": "7.27.1",
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
@@ -432,8 +441,8 @@
"link": true "link": true
}, },
"node_modules/edu-core": { "node_modules/edu-core": {
"version": "1.0.0", "version": "1.0.4",
"resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#3dc7f285266aeb5515d6ae1ce85962b4421748f6", "resolved": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#4c6637f9492eafb543868ba424804330dafd2d27",
"license": "ISC" "license": "ISC"
}, },
"node_modules/element-plus": { "node_modules/element-plus": {
@@ -4170,7 +4179,7 @@
"requires": { "requires": {
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"e-peanut": "file:", "e-peanut": "file:",
"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",
"element-plus": "^2.9.6", "element-plus": "^2.9.6",
"epubjs": "^0.3.93", "epubjs": "^0.3.93",
"jquery": "^2.2.4", "jquery": "^2.2.4",
@@ -4491,8 +4500,8 @@
} }
}, },
"edu-core": { "edu-core": {
"version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#3dc7f285266aeb5515d6ae1ce85962b4421748f6", "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.3" "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4"
}, },
"element-plus": { "element-plus": {
"version": "2.11.5", "version": "2.11.5",
@@ -7253,8 +7262,8 @@
} }
}, },
"edu-core": { "edu-core": {
"version": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#3dc7f285266aeb5515d6ae1ce85962b4421748f6", "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.3" "from": "edu-core@git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.4"
}, },
"element-plus": { "element-plus": {
"version": "2.11.5", "version": "2.11.5",

View File

@@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"e-peanut": "file:", "e-peanut": "file:",
"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",
"element-plus": "^2.9.6", "element-plus": "^2.9.6",
"epubjs": "^0.3.93", "epubjs": "^0.3.93",
"jquery": "^2.2.4", "jquery": "^2.2.4",