This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/answer.git
commit 5c2c63f8526b2f0fdc836a2fba71938fbec2e419 Merge: 59b21984 fc2a1d8a Author: shuai <[email protected]> AuthorDate: Mon Dec 1 11:00:11 2025 +0800 Merge branch 'dev' into test Makefile | 4 +- README.md | 2 +- cmd/wire_gen.go | 8 +-- docs/docs.go | 32 ++++++++---- docs/swagger.json | 32 ++++++++---- docs/swagger.yaml | 28 +++++++---- go.mod | 14 +++--- go.sum | 36 +++++++------- internal/controller/answer_controller.go | 1 - internal/controller/comment_controller.go | 1 + internal/router/ui.go | 6 +-- internal/router/ui_test.go | 59 ++++++++++++++++++++++ internal/schema/answer_schema.go | 1 - internal/service/content/answer_service.go | 19 ++++--- internal/service/siteinfo/siteinfo_service.go | 6 +-- pkg/htmltext/htmltext.go | 60 ++++++++++++----------- pkg/htmltext/htmltext_test.go | 22 +++++++++ ui/src/components/SchemaForm/components/Input.tsx | 21 ++++++++ ui/src/components/SchemaForm/index.tsx | 12 +++++ ui/src/components/SchemaForm/types.ts | 12 +++++ ui/src/pages/Admin/Privileges/index.tsx | 2 + ui/src/pages/Admin/Write/index.tsx | 10 ++++ 22 files changed, 281 insertions(+), 107 deletions(-)
