fix: 修复复制地址提示层级问题,改用 toast 提示

- 创建统一的 ToastUtils 工具类
- 使用 BotToast.showCustomText 确保显示在所有弹窗之上
- 更新三处复制地址的代码使用新的 toast 方案
- 添加阴影效果提升视觉层次
- 支持成功/错误/警告等多种提示类型
This commit is contained in:
2026-03-30 11:26:47 +08:00
parent 9f56be7450
commit 7df584887b
91 changed files with 60039 additions and 58938 deletions

View File

@@ -34,6 +34,9 @@ dependencies:
# 图片选择
image_picker: ^1.0.7
# Toast 提示
bot_toast: ^4.1.3
# 字体
google_fonts: ^6.2.1