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

This commit is contained in:
chen wei bo
2025-09-26 17:34:17 +08:00
23 changed files with 388 additions and 324 deletions
@@ -234,9 +234,9 @@ export class Web3PopPanel extends li_BaseView {
SDKManager.I.copyToClipboard(stringToCopy, (success: boolean) => {
if (success) {
TipsPanel.show("地址已复制到剪贴板");
TipsPanel.show(LanguageUtils.getText("web3panel.copyed"));
} else {
TipsPanel.show("复制失败,请手动复制地址");
TipsPanel.show(LanguageUtils.getText("web3panel.copyfail"));
}
});
}