feat: bugfix

This commit is contained in:
2025-12-01 06:54:18 -08:00
parent 1b1b38aba5
commit 86687cac58
22 changed files with 827 additions and 493 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class KRCommonUtil {
/// 提示 meesage: 提示内容, toastPosition: 提示显示的位置, timeout: 显示时间(毫秒)
static kr_showToast(String message,
{KRToastPosition toastPosition = KRToastPosition.center,
int timeout = 1500}) {
int timeout = 2500}) {
KRToast.kr_showToast(
message,
position: toastPosition,