1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 20:52:44 +08:00

清理无用引用

This commit is contained in:
koogua 2021-06-03 21:07:57 +08:00
parent 57f587f4c4
commit 72c5b7e77c
8 changed files with 26 additions and 33 deletions

View File

@ -1,3 +1,26 @@
### [v1.3.6](https://gitee.com/koogua/course-tencent-cloud/releases/v1.3.6)(2021-06-04)
### 更新
- 清理没有用到的引用
- 优化界面和CSS样式
- 优化视频无法获取时长处理逻辑
- 优化视频无法转码处理逻辑
- 优化评论审核机制
- 优化评论相关数据更新逻辑
- 优化文章,问答,评论数据更新
- 优化内容标签的更新逻辑
- 优化首页H5的跳转判断
- 优化单页的浏览权限
- 优化Model中的事件方法
- 优化kg_parse_summary函数
- 用户主页加入问答列表
- 修复无法关闭问题讨论
- 修复编辑群组的路由
- 直播去除FLV方式拉流
- xs.question.ini加入忽略列表
- kg_user表增加comment_count字段
### [v1.3.5](https://gitee.com/koogua/course-tencent-cloud/releases/v1.3.5)(2021-05-20)
### 更新

View File

@ -68,9 +68,3 @@
</div>
{% endblock %}
{% block include_js %}
{{ js_include('home/js/user.console.js') }}
{% endblock %}

View File

@ -64,9 +64,3 @@
</div>
{% endblock %}
{% block include_js %}
{{ js_include('home/js/user.console.js') }}
{% endblock %}

View File

@ -29,9 +29,3 @@
</div>
{% endblock %}
{% block include_js %}
{{ js_include('home/js/user.console.js') }}
{% endblock %}

View File

@ -44,7 +44,7 @@
<td>{{ item.area }}</td>
<td>{{ item.active_time|time_ago }}</td>
<td class="center">
<button class="layui-btn layui-btn-sm kg-delete" data-url="{{ delete_url }}">删除</button>
<button class="layui-btn layui-btn-sm layui-bg-red kg-delete" data-url="{{ delete_url }}">删除</button>
</td>
</tr>
{% endfor %}
@ -57,9 +57,3 @@
</div>
{% endblock %}
{% block include_js %}
{{ js_include('home/js/my.im.js') }}
{% endblock %}

View File

@ -43,9 +43,3 @@
</div>
{% endblock %}
{% block include_js %}
{{ js_include('home/js/user.console.js') }}
{% endblock %}

View File

@ -89,7 +89,7 @@ class Consult extends Model
*
* @var int
*/
public $priority = 0;
public $priority = self::PRIORITY_LOW;
/**
* 私密标识

View File

@ -129,7 +129,7 @@ class Course extends Model
*
* @var float
*/
public $origin_price;
public $origin_price = 0.00;
/**
* 优惠价格