fix: 修复复制地址提示层级问题,改用 toast 提示
- 创建统一的 ToastUtils 工具类 - 使用 BotToast.showCustomText 确保显示在所有弹窗之上 - 更新三处复制地址的代码使用新的 toast 方案 - 添加阴影效果提升视觉层次 - 支持成功/错误/警告等多种提示类型
This commit is contained in:
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
|
||||
|
||||
_flutter.loader.load({
|
||||
serviceWorkerSettings: {
|
||||
serviceWorkerVersion: "3996472071" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
||||
serviceWorkerVersion: "1220207761" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user