chore: 更新版本号和依赖项

- 将manifest.json中的版本号更新至1.0.61
- 将edu-core依赖从本地路径更新至git仓库地址,版本为v1.0.13
- 优化wallet页面的布局和样式,增强可读性
This commit is contained in:
2026-05-09 11:09:46 +08:00
parent 5f4a4d4ae4
commit df34c1ad48
4 changed files with 41 additions and 23 deletions

View File

@@ -21,7 +21,7 @@
},
"homepage": "https://github.com/dcloudio/hello-uniapp#readme",
"dependencies": {
"edu-core": "file:../edu-core",
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.13",
"jquery": "^3.7.1",
"tcplayer.js": "^5.1.0"
},