build: 更新应用版本并升级edu-core依赖

- 将应用版本从1.0.51升级至1.0.52(versionCode从1051升至1052)
- 将edu-core依赖从v1.0.3升级至v1.0.4
- 清理开发环境配置中的注释格式
This commit is contained in:
2026-02-10 19:39:00 +08:00
parent f705e1d0c6
commit f92990e550
4 changed files with 9 additions and 9 deletions

View File

@@ -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"
},