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 9ce5f31 chore: Sync version
add 657809f fix(editor-formula): Solve the problem of page freezing
caused by incorrect formula
add 78f3c8e chore(release): Update version
add 98598a1 refactor(plugins): Export plugin types, remove json files in
i18n, and use yaml files uniformly
add 0c6d002 chore: Add script to clean up unnecessary directories and
files
add 70a9063 refactor: Use info.yaml to manage plugin configuration
information
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/info.yaml | 2 +-
editor-formula/package.json | 6 +-
editor-formula/pnpm-lock.yaml | 491 +++++++++++++++++-
editor-formula/vite.config.ts | 10 +-
script/clean.sh | 16 +
31 files changed, 1907 insertions(+), 253 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