Merge branch 'main' of 47.107.44.202:xionglijia/18xchat

This commit is contained in:
2025-09-26 17:53:24 +08:00
46 changed files with 783 additions and 4598 deletions
@@ -232,7 +232,7 @@ export class Web3PopPanel extends li_BaseView {
onClickCopy() {
const stringToCopy = this.address.string;
SDKManager.copyToClipboard(stringToCopy, (success: boolean) => {
SDKManager.I.copyToClipboard(stringToCopy, (success: boolean) => {
if (success) {
TipsPanel.show(LanguageUtils.getText("web3panel.copyed"));
} else {