This is an automated email from the ASF dual-hosted git repository.
kumfo pushed a change to branch feat/1.3.6/hottest
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
from 4e4c149d fix(hot): fixed translate
add b144fc67 website information in the template file now supports
multiple languages
add fd768698 fix typo
add db540ac6 feat(cdn-plugin): add cdn plugin
add 885406dd Feat/1.3.6/UI (#1015)
add 912bc7a8 feat(template): add custom html in template #895
add 6c553f52 feat(admin): update recommend_tags and reserved_tags filed in
site write req
add b7ebe308 feat(tag): update tags search API
add c4318f1d feat(tag): recommend tags can't contain reserved tag
add 8df8f8ca Merge remote-tracking branch 'origin/feat/1.3.6/template'
into test
add e527d55b Merge branch 'test' into feat/1.3.6/hottest
No new revisions were added by this update.
Summary of changes:
i18n/en_US.yaml | 16 +-
i18n/zh_CN.yaml | 2 +-
internal/controller/tag_controller.go | 15 +-
internal/controller/template_controller.go | 11 +-
internal/migrations/v18.go | 9 +-
internal/router/ui.go | 11 +
internal/schema/siteinfo_schema.go | 16 +-
internal/schema/tag_schema.go | 9 +-
internal/service/siteinfo/siteinfo_service.go | 21 +-
internal/service/tag/tag_service.go | 25 ++-
internal/service/tag_common/tag_common.go | 55 +++--
plugin/{embed.go => cdn.go} | 26 ++-
plugin/plugin.go | 4 +
ui/src/common/color.scss | 22 +-
ui/src/common/constants.ts | 1 -
ui/src/common/interface.ts | 8 +-
ui/src/components/Editor/utils/index.ts | 3 +
ui/src/components/QuestionList/index.tsx | 7 +-
ui/src/components/TagSelector/index.tsx | 14 +-
ui/src/pages/Admin/Write/index.tsx | 234 ++++++++++++++-------
ui/src/pages/Questions/Ask/index.tsx | 76 +++----
ui/src/pages/Questions/index.tsx | 11 +-
.../pages/Search/components/SearchHead/index.tsx | 2 +-
ui/src/pages/Search/components/Tips/index.tsx | 2 +-
ui/src/pages/Search/index.tsx | 2 +-
ui/src/pages/Tags/Detail/index.tsx | 11 +-
ui/src/services/client/question.ts | 2 +-
ui/src/stores/writeSetting.ts | 2 +-
ui/src/utils/common.ts | 33 +--
ui/template/footer.html | 3 +
ui/template/header.html | 6 +
31 files changed, 429 insertions(+), 230 deletions(-)
copy plugin/{embed.go => cdn.go} (66%)