feat: 1. 增加学习累计时长显示;2. 修改学术传承分类;

- 将应用版本号更新至1.0.11 (versionCode 1011)
- 修改edu-core依赖为git仓库引用 (v1.0.11)
- 在课程详情页中添加catalogueId和courseId到课程信息
- 更新“我的”页面,增加用户资料展示,包括今日观看和总观看次数
- 新增样式文件mixin.scss,定义主题色
- 添加搜索图标
This commit is contained in:
2026-03-27 11:01:27 +08:00
parent c89c937bc7
commit 2a8a3b6017
9 changed files with 1036 additions and 1543 deletions

View File

@@ -1,6 +1,6 @@
{
"dependencies": {
"edu-core": "file:../edu-core",
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.11",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"qs": "^6.14.0",