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

robin0716 pushed a change to branch refactor/add-info-yaml
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git


    from 6c9398d  refactor: Use info.yaml to manage plugin configuration 
information
     add af0fb04  chore: Sync version
     add f091693  fix(editor-formula): Solve the problem of page freezing 
caused by incorrect formula
     add 17985d9  chore(release): Update version
     add 736aad4  refactor(plugins): Export plugin types, remove json files in 
i18n, and use yaml files uniformly
     add c3c960c  chore: Add script to clean up unnecessary directories and 
files
     add 83308b1  Merge branch 'main' into refactor/add-info-yaml

No new revisions were added by this update.

Summary of changes:
 captcha-basic/i18n/en_US.json     |   12 -
 captcha-basic/i18n/en_US.yaml     |    8 +-
 captcha-basic/i18n/index.ts       |    4 +-
 captcha-basic/i18n/zh_CN.json     |   12 -
 captcha-basic/i18n/zh_CN.yaml     |    8 +-
 captcha-basic/package.json        |    4 +-
 captcha-basic/pnpm-lock.yaml      |   21 +
 captcha-basic/tsconfig.json       |    4 +
 captcha-basic/useCaptcha.tsx      |    4 +-
 captcha-basic/vite.config.ts      |    6 +-
 captcha-google-v2/i18n/en_US.json |   12 -
 captcha-google-v2/i18n/en_US.yaml |    5 +
 captcha-google-v2/i18n/index.ts   |    4 +-
 captcha-google-v2/i18n/zh_CN.json |   12 -
 captcha-google-v2/i18n/zh_CN.yaml |    7 +-
 captcha-google-v2/package.json    |   19 +-
 captcha-google-v2/pnpm-lock.yaml  | 1000 +++++++++++++++++++++++++++++++------
 captcha-google-v2/tsconfig.json   |    4 +
 captcha-google-v2/useCaptcha.tsx  |    4 +-
 captcha-google-v2/vite.config.ts  |   13 +-
 editor-chart/Chart.tsx            |    2 +-
 editor-chart/package.json         |   12 +-
 editor-chart/pnpm-lock.yaml       |  445 ++++++++++++++++-
 editor-chart/vite.config.ts       |    9 +-
 editor-formula/Formula.tsx        |    2 +-
 editor-formula/hooks.ts           |    2 -
 editor-formula/package.json       |    6 +-
 editor-formula/pnpm-lock.yaml     |  491 +++++++++++++++++-
 editor-formula/vite.config.ts     |   10 +-
 script/clean.sh                   |   16 +
 30 files changed, 1906 insertions(+), 252 deletions(-)
 delete mode 100644 captcha-basic/i18n/en_US.json
 delete mode 100644 captcha-basic/i18n/zh_CN.json
 delete mode 100644 captcha-google-v2/i18n/en_US.json
 delete mode 100644 captcha-google-v2/i18n/zh_CN.json
 create mode 100755 script/clean.sh

Reply via email to