This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git


    from d36f5d4  feat(algolia): bump version to 2.0.0
     new 65bd0aa  feat: add quick links plugin
     new 69610d5  update: quick-links plugin add ui files
     new 8cb37b7  feat: update quick links plugin
     new 8b775b1  fix: remove spaces from the URL
     new 8ec6b24  fix: add key attribute
     new af366bf  fix: quick-links plugin answer version
     new 8e3d216  fix: quick-links plugin display logic optimization
     new d8acc3b  fix: Unified menu copy
     new 47b165e  fix: update link_text classs
     new 8222658  fix: update quick_links plugin's version
     new b953674  feat: update quick links plugin readme
     new 1a0f8e7  update: update readme file

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |  6 ++
 .../.eslintrc.cjs                                  |  0
 {connector-wallet => quick-links}/.prettierrc.json |  0
 quick-links/Component.tsx                          | 91 ++++++++++++++++++++++
 quick-links/README.md                              | 16 ++++
 {captcha-basic => quick-links}/basic.go            | 71 ++++++++++-------
 {search-algolia => quick-links}/go.mod             | 19 +++--
 {connector-basic => quick-links}/go.sum            | 60 ++++----------
 {connector-google => quick-links}/i18n/en_US.yaml  | 22 +++---
 {captcha-basic => quick-links}/i18n/index.ts       |  0
 quick-links/i18n/translation.go                    | 10 +++
 {connector-google => quick-links}/i18n/zh_CN.yaml  | 22 +++---
 {connector-wallet => quick-links}/index.ts         |  1 -
 {cache-redis => quick-links}/info.yaml             |  8 +-
 {embed-basic => quick-links}/package.json          | 26 +++----
 {connector-wallet => quick-links}/tsconfig.json    |  0
 .../tsconfig.node.json                             |  0
 quick-links/vite.config.ts                         | 36 +++++++++
 18 files changed, 263 insertions(+), 125 deletions(-)
 copy {render-markdown-codehighlight => quick-links}/.eslintrc.cjs (100%)
 copy {connector-wallet => quick-links}/.prettierrc.json (100%)
 create mode 100644 quick-links/Component.tsx
 create mode 100644 quick-links/README.md
 copy {captcha-basic => quick-links}/basic.go (50%)
 copy {search-algolia => quick-links}/go.mod (77%)
 copy {connector-basic => quick-links}/go.sum (94%)
 copy {connector-google => quick-links}/i18n/en_US.yaml (72%)
 copy {captcha-basic => quick-links}/i18n/index.ts (100%)
 create mode 100644 quick-links/i18n/translation.go
 copy {connector-google => quick-links}/i18n/zh_CN.yaml (71%)
 copy {connector-wallet => quick-links}/index.ts (97%)
 copy {cache-redis => quick-links}/info.yaml (86%)
 copy {embed-basic => quick-links}/package.json (65%)
 copy {connector-wallet => quick-links}/tsconfig.json (100%)
 copy {connector-wallet => quick-links}/tsconfig.node.json (100%)
 create mode 100644 quick-links/vite.config.ts

Reply via email to