static void showProgress(double progress, [String? text]) { EasyLoading.instance.userInteractions = false; // 屏蔽交互操作 EasyLoading.showProgress(progress, status: text); }