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

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


    from da57274  fix: quick-links add divider
     new 23b2868  feat: add TypeScript configuration and Vite setup for editor 
stacks
     new 615a249  feat(editor-stacks): add internationalization support with 
English and Chinese translations

The 2 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:
 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 +
 {quick-links => editor-stacks}/package.json        |   24 +-
 .../pnpm-lock.yaml                                 | 1455 ++++++++++++--------
 {quick-links => editor-stacks}/tsconfig.json       |    8 +-
 .../tsconfig.node.json                             |    0
 editor-stacks/vite.config.ts                       |   81 ++
 17 files changed, 1240 insertions(+), 620 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 {quick-links => 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

Reply via email to