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
omit 435ff6c chore: Sync Plugin Info
add 23b2868 feat: add TypeScript configuration and Vite setup for editor
stacks
add 615a249 feat(editor-stacks): add internationalization support with
English and Chinese translations
add 8f904a7 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 (435ff6c)
\
N -- N -- N refs/heads/chore/sync-info (8f904a7)
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:
editor-stacks/Component.tsx | 209 +++
editor-stacks/README.md | 28 +
.../formula.go => editor-stacks/editor_stacks.go | 13 +-
editor-stacks/global.d.ts | 4 +
{captcha-google-v2 => editor-stacks}/go.mod | 4 +-
{captcha-google-v2 => editor-stacks}/go.sum | 0
.../i18n/en_US.yaml | 8 +-
{captcha-basic => editor-stacks}/i18n/index.ts | 4 +-
.../i18n/translation.go | 4 +-
.../en_US.yaml => editor-stacks/i18n/zh_CN.yaml | 8 +-
{quick-links => editor-stacks}/index.ts | 4 +-
editor-stacks/info.yaml | 6 +
.../package.json | 26 +-
.../pnpm-lock.yaml | 1455 ++++++++++++--------
{quick-links => editor-stacks}/tsconfig.json | 8 +-
.../tsconfig.node.json | 0
editor-stacks/vite.config.ts | 81 ++
plugins_desc.json | 10 +
18 files changed, 1249 insertions(+), 623 deletions(-)
create mode 100644 editor-stacks/Component.tsx
create mode 100644 editor-stacks/README.md
copy editor-formula/formula.go => editor-stacks/editor_stacks.go (84%)
create mode 100644 editor-stacks/global.d.ts
copy {captcha-google-v2 => editor-stacks}/go.mod (97%)
copy {captcha-google-v2 => editor-stacks}/go.sum (100%)
copy {connector-apache => editor-stacks}/i18n/en_US.yaml (86%)
copy {captcha-basic => editor-stacks}/i18n/index.ts (92%)
copy {captcha-basic => editor-stacks}/i18n/translation.go (87%)
copy connector-apache/i18n/en_US.yaml => editor-stacks/i18n/zh_CN.yaml (86%)
copy {quick-links => editor-stacks}/index.ts (97%)
create mode 100644 editor-stacks/info.yaml
copy {render-markdown-codehighlight => editor-stacks}/package.json (60%)
copy {captcha-google-v2 => editor-stacks}/pnpm-lock.yaml (61%)
copy {quick-links => editor-stacks}/tsconfig.json (83%)
copy {connector-wallet => editor-stacks}/tsconfig.node.json (100%)
create mode 100644 editor-stacks/vite.config.ts