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/incubator-answer-plugins.git
from 4bce6d1 feat(algolia): update version
new 3bb0cac feat(connector): add web3 wallet connector plugin
new e8f534d fix remove debug code
new 852f575 chore: add `route` standard UI plugin for `connector-wallet`
new 3078f66 docs: add use case
new 66d9ec4 fix: i18n
new 4ad4b97 fix: replace crypto lib
The 6 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-chart => connector-wallet}/.eslintrc.cjs | 0
.../.prettierrc.json | 0
.../Captcha.tsx => connector-wallet/Component.tsx | 13 +-
connector-wallet/README.md | 33 +++++
connector-wallet/WalletAuthorizer.tsx | 107 ++++++++++++++++
.../WalletProvider.tsx | 37 +++---
{reviewer-baidu => connector-wallet}/go.mod | 24 ++--
{notification-dingtalk => connector-wallet}/go.sum | 53 ++++----
.../i18n/en_US.yaml | 20 +--
{captcha-basic => connector-wallet}/i18n/index.ts | 0
.../i18n/translation.go | 6 +-
.../i18n/zh_CN.yaml | 19 +--
connector-wallet/imgs/activate.png | Bin 0 -> 252975 bytes
connector-wallet/imgs/bind.png | Bin 0 -> 141173 bytes
connector-wallet/imgs/click1.png | Bin 0 -> 182820 bytes
connector-wallet/imgs/click2.png | Bin 0 -> 355044 bytes
connector-wallet/imgs/create.png | Bin 0 -> 301634 bytes
connector-wallet/imgs/install.png | Bin 0 -> 324889 bytes
connector-wallet/imgs/wallet.png | Bin 0 -> 330545 bytes
{embed-basic => connector-wallet}/index.ts | 5 +-
{captcha-google-v2 => connector-wallet}/info.yaml | 11 +-
{editor-chart => connector-wallet}/package.json | 35 +++---
.../tsconfig.json | 0
.../tsconfig.node.json | 0
.../vite.config.ts | 21 +++-
connector-wallet/wallet.go | 134 +++++++++++++++++++++
26 files changed, 418 insertions(+), 100 deletions(-)
copy {editor-chart => connector-wallet}/.eslintrc.cjs (100%)
copy {editor-chart => connector-wallet}/.prettierrc.json (100%)
copy captcha-basic/Captcha.tsx => connector-wallet/Component.tsx (72%)
create mode 100644 connector-wallet/README.md
create mode 100644 connector-wallet/WalletAuthorizer.tsx
copy embed-basic/components/CodePenEmbed/index.tsx =>
connector-wallet/WalletProvider.tsx (50%)
copy {reviewer-baidu => connector-wallet}/go.mod (75%)
copy {notification-dingtalk => connector-wallet}/go.sum (83%)
copy {captcha-basic => connector-wallet}/i18n/en_US.yaml (65%)
copy {captcha-basic => connector-wallet}/i18n/index.ts (100%)
copy {connector-apache => connector-wallet}/i18n/translation.go (81%)
copy {editor-formula => connector-wallet}/i18n/zh_CN.yaml (64%)
create mode 100644 connector-wallet/imgs/activate.png
create mode 100644 connector-wallet/imgs/bind.png
create mode 100644 connector-wallet/imgs/click1.png
create mode 100644 connector-wallet/imgs/click2.png
create mode 100644 connector-wallet/imgs/create.png
create mode 100644 connector-wallet/imgs/install.png
create mode 100644 connector-wallet/imgs/wallet.png
copy {embed-basic => connector-wallet}/index.ts (91%)
copy {captcha-google-v2 => connector-wallet}/info.yaml (86%)
copy {editor-chart => connector-wallet}/package.json (53%)
copy {render-markdown-codehighlight => connector-wallet}/tsconfig.json (100%)
copy {render-markdown-codehighlight => connector-wallet}/tsconfig.node.json
(100%)
copy {render-markdown-codehighlight => connector-wallet}/vite.config.ts (80%)
create mode 100644 connector-wallet/wallet.go