This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit fe1576ba6589edb4e65d1171e8b45525ffca702d Merge: 1997af87 23cc755a Author: LinkinStars <[email protected]> AuthorDate: Fri Oct 18 15:58:29 2024 +0800 Merge branch 'dev' into test cmd/wire_gen.go | 4 +- internal/base/pager/pagination.go | 12 +++ internal/controller/question_controller.go | 4 + internal/controller/tag_controller.go | 5 ++ internal/controller/template_controller.go | 78 ++++++++++++----- internal/service/content/question_service.go | 4 + internal/service/question_common/question.go | 76 ++++++++++++++++ internal/service/tag/tag_service.go | 1 - plugin/importer.go | 124 +++++++++++++-------------- ui/src/services/client/question.ts | 5 +- ui/src/services/common.ts | 10 +-- ui/template/hot-question.html | 42 +++++++++ ui/template/question-detail.html | 10 ++- ui/template/question.html | 4 +- ui/template/related-question.html | 42 +++++++++ 15 files changed, 324 insertions(+), 97 deletions(-)
