This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit 71af46b247dd37eb279cc7fdb245cc811ff918d2 Merge: 57eabcb d7f7b2e Author: LinkinStars <[email protected]> AuthorDate: Mon Nov 18 11:24:45 2024 +0800 Merge remote-tracking branch 'origin/main' into dev # Conflicts: # embed-basic/package.json connector-wallet/.eslintrc.cjs | 37 +++++ connector-wallet/.prettierrc.json | 8 ++ connector-wallet/Component.tsx | 33 +++++ connector-wallet/README.md | 33 +++++ connector-wallet/WalletAuthorizer.tsx | 107 ++++++++++++++ connector-wallet/WalletProvider.tsx | 46 +++++++ {notification-dingtalk => connector-wallet}/go.mod | 23 ++-- connector-wallet/go.sum | 153 +++++++++++++++++++++ .../info.yaml => connector-wallet/i18n/en_US.yaml | 23 +++- connector-wallet/i18n/index.ts | 26 ++++ connector-wallet/i18n/translation.go | 26 ++++ .../info.yaml => connector-wallet/i18n/zh_CN.yaml | 23 +++- 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 connector-wallet/index.ts | 32 +++++ {embed-basic => connector-wallet}/info.yaml | 11 +- {embed-basic => connector-wallet}/package.json | 34 +++-- connector-wallet/tsconfig.json | 28 ++++ connector-wallet/tsconfig.node.json | 11 ++ connector-wallet/vite.config.ts | 69 ++++++++++ connector-wallet/wallet.go | 134 ++++++++++++++++++ editor-formula/hooks.ts | 1 + editor-formula/info.yaml | 2 +- editor-formula/package.json | 2 +- embed-basic/hooks.tsx | 33 +++-- embed-basic/info.yaml | 2 +- embed-basic/package.json | 2 +- embed-basic/types.ts | 22 +++ notification-dingtalk/README.md | 9 ++ notification-dingtalk/go.mod | 2 +- plugins_desc.json | 10 ++ render-markdown-codehighlight/hooks.ts | 19 ++- render-markdown-codehighlight/info.yaml | 2 +- render-markdown-codehighlight/package.json | 2 +- render-markdown-codehighlight/types.ts | 26 ++++ search-algolia/algolia.go | 12 +- search-algolia/info.yaml | 2 +- storage-tencentyuncos/go.mod | 2 +- 43 files changed, 929 insertions(+), 78 deletions(-)
