This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch chore/sync-info
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git
discard c0ccf89 chore: Sync Plugin Info
add 65bd0aa feat: add quick links plugin
add 69610d5 update: quick-links plugin add ui files
add 8cb37b7 feat: update quick links plugin
add 8b775b1 fix: remove spaces from the URL
add 8ec6b24 fix: add key attribute
add af366bf fix: quick-links plugin answer version
add 8e3d216 fix: quick-links plugin display logic optimization
add d8acc3b fix: Unified menu copy
add 47b165e fix: update link_text classs
add 8222658 fix: update quick_links plugin's version
add b953674 feat: update quick links plugin readme
add 1a0f8e7 update: update readme file
add 2dbd783 chore: Sync Plugin Info
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c0ccf89)
\
N -- N -- N refs/heads/chore/sync-info (2dbd783)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.md | 6 ++
plugins_desc.json | 10 +++
.../.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 +++++++++
19 files changed, 273 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