diff --git a/CHANGELOG.md b/CHANGELOG.md index bd434834..eb18fbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ ### [v1.5.7](https://gitee.com/koogua/course-tencent-cloud/releases/v1.5.7)(2022-08-28) - 清理群组残留 +- 升级腾讯云存储SDK到v2.5.6 - 优化HtmlPurifier缓存目录自动创建 +- 优化问题回答排序问题 +- 整理查询构建语句 +- 整理优化CSS ### [v1.5.6](https://gitee.com/koogua/course-tencent-cloud/releases/v1.5.6)(2022-08-08) diff --git a/app/Http/Home/Views/answer/add.volt b/app/Http/Home/Views/answer/add.volt index 879532b4..b3b89f42 100644 --- a/app/Http/Home/Views/answer/add.volt +++ b/app/Http/Home/Views/answer/add.volt @@ -10,9 +10,9 @@
-
+
-
+
@@ -30,12 +30,11 @@
+
+ {{ partial('answer/tips') }} +
- {% if auth_user.answer_count < 3 %} -
- {% endif %} - {% endblock %} {% block include_js %} diff --git a/app/Http/Home/Views/answer/edit.volt b/app/Http/Home/Views/answer/edit.volt index bf4e2c7f..49bf16d2 100644 --- a/app/Http/Home/Views/answer/edit.volt +++ b/app/Http/Home/Views/answer/edit.volt @@ -10,9 +10,9 @@
-
+
-
+
@@ -29,6 +29,9 @@
+
+ {{ partial('answer/tips') }} +
{% endblock %} diff --git a/app/Http/Home/Views/article/edit.volt b/app/Http/Home/Views/article/edit.volt index c4954799..911072bb 100644 --- a/app/Http/Home/Views/article/edit.volt +++ b/app/Http/Home/Views/article/edit.volt @@ -6,20 +6,17 @@ {% set action_url = article.id > 0 ? url({'for':'home.article.update','id':article.id}) : url({'for':'home.article.create'}) %} {% set source_url_display = article.source_type == 1 ? 'display:none;' : 'display:block;' %} -
+ -
-
-
-
+ +
+
+
@@ -30,42 +27,40 @@
- +
diff --git a/app/Http/Home/Views/question/edit.volt b/app/Http/Home/Views/question/edit.volt index 14818f59..7d8317c0 100644 --- a/app/Http/Home/Views/question/edit.volt +++ b/app/Http/Home/Views/question/edit.volt @@ -5,20 +5,17 @@ {% set title = question.id > 0 ? '编辑问题' : '提问题' %} {% set action_url = question.id > 0 ? url({'for':'home.question.update','id':question.id}) : url({'for':'home.question.create'}) %} -
+ -
-
-
-
+ +
+
+
@@ -29,23 +26,21 @@
-