This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit 2d97fc54086673065c02f67ba81d2e94ba9d9075 Merge: 9413b7d 86579a0 Author: LinkinStars <[email protected]> AuthorDate: Wed Oct 16 11:50:48 2024 +0800 Merge remote-tracking branch 'origin/main' into dev README.md | 5 +- captcha-google-v2/i18n/translation.go | 14 +- captcha-google-v2/recaptcha.go | 4 +- embed-basic/go.mod | 4 +- embed-basic/go.sum | 4 +- embed-basic/info.yaml | 2 +- notification-dingtalk/README.md | 20 ++ .../config.go | 4 +- .../dingtalk_notification.go | 36 +-- notification-dingtalk/docs/dingtalk-config.png | Bin 0 -> 252802 bytes {embed-basic => notification-dingtalk}/go.mod | 17 +- {embed-basic => notification-dingtalk}/go.sum | 29 +- .../i18n/en_US.yaml | 58 +++- notification-dingtalk/i18n/translation.go | 63 +++++ .../i18n/zh_CN.yaml | 58 +++- .../info.yaml | 8 +- .../schema.go | 28 +- .../user_config.go | 4 +- notification-slack/README.md | 26 +- notification-slack/config.go | 2 +- notification-slack/go.mod | 96 +++---- notification-slack/go.sum | 309 ++++++++++----------- notification-slack/i18n/en_US.yaml | 192 +++++++------ notification-slack/i18n/translation.go | 22 +- notification-slack/i18n/zh_CN.yaml | 190 +++++++------ notification-slack/info.yaml | 44 +-- notification-slack/schema.go | 2 +- notification-slack/slack_notification.go | 32 ++- notification-slack/user_config.go | 30 +- render-markdown-codehighlight/i18n/translation.go | 13 +- .../renderMarkdownCodehighlight.go | 119 ++++---- render-markdown-codehighlight/theme_list.go | 115 ++++---- reviewer-baidu/README.md | 12 + reviewer-baidu/basic.go | 163 +++++++++++ {notification-slack => reviewer-baidu}/go.mod | 12 +- {embed-basic => reviewer-baidu}/go.sum | 21 +- reviewer-baidu/i18n/en_US.yaml | 49 ++++ reviewer-baidu/i18n/translation.go | 36 +++ reviewer-baidu/i18n/zh_CN.yaml | 49 ++++ {embed-basic => reviewer-baidu}/info.yaml | 10 +- storage-aliyunoss/README.md | 2 +- storage-aliyunoss/aliyunoss.go | 6 +- storage-s3/s3.go | 4 +- storage-tencentyuncos/README.md | 21 ++ {embed-basic => storage-tencentyuncos}/go.mod | 11 +- {embed-basic => storage-tencentyuncos}/go.sum | 27 +- storage-tencentyuncos/i18n/en_US.yaml | 72 +++++ storage-tencentyuncos/i18n/translation.go | 46 +++ storage-tencentyuncos/i18n/zh_CN.yaml | 72 +++++ {embed-basic => storage-tencentyuncos}/info.yaml | 10 +- .../tencentyuncos.go | 72 ++--- user-center-slack/README.md | 38 +++ user-center-slack/client.go | 195 +++++++++++++ user-center-slack/config.go | 153 ++++++++++ .../translation.go => user-center-slack/cron.go | 28 +- user-center-slack/go.mod | 53 ++++ {embed-basic => user-center-slack}/go.sum | 108 +++---- user-center-slack/handler.go | 149 ++++++++++ user-center-slack/i18n/en_US.yaml | 116 ++++++++ user-center-slack/i18n/translation.go | 87 ++++++ user-center-slack/i18n/zh_CN.yaml | 116 ++++++++ user-center-slack/importer.go | 197 +++++++++++++ {embed-basic => user-center-slack}/info.yaml | 44 +-- .../notification.go | 76 +++-- user-center-slack/schema.go | 110 ++++++++ user-center-slack/slack_user_center.go | 251 +++++++++++++++++ .../user_config.go | 44 ++- 67 files changed, 3174 insertions(+), 836 deletions(-)
