This is an automated email from the ASF dual-hosted git repository. LinkinStars pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/answer.git
commit b1da65fbe49fa48a3e9bb626e20df667ee8d8bb8 Merge: 0aca0630 11091244 Author: LinkinStars <[email protected]> AuthorDate: Mon May 11 12:16:58 2026 +0800 Merge remote-tracking branch 'origin/fix/2.0.1/chat' into test internal/cli/build.go | 74 +++++++++++++- internal/controller/answer_controller.go | 8 +- internal/controller/comment_controller.go | 2 + internal/controller/question_controller.go | 3 +- internal/schema/answer_schema.go | 19 ++-- internal/schema/comment_schema.go | 6 +- internal/schema/question_schema.go | 1 + internal/schema/simple_obj_info_schema.go | 113 ++++++++++++++++++--- internal/service/comment/comment_service.go | 14 +++ internal/service/content/answer_service.go | 31 +++++- internal/service/content/question_service.go | 3 + internal/service/content/revision_service.go | 13 +-- internal/service/content/user_service.go | 39 +++++++ internal/service/export/email_service.go | 39 ++++++- internal/service/object_info/object_info.go | 39 +++---- .../service/siteinfo_common/siteinfo_service.go | 5 + pkg/checker/file_type.go | 59 ++++++++--- 17 files changed, 386 insertions(+), 82 deletions(-)
