更新
This commit is contained in:
@@ -681,7 +681,7 @@ class _CalibrationPageState extends State<CalibrationPage> {
|
||||
failureNotifier.value = true;
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: res.msg ?? "服务器.失败".tr,
|
||||
text: res.msg ?? "失败".tr,
|
||||
textColor: themeController
|
||||
.currentColor.sc9,
|
||||
);
|
||||
@@ -705,7 +705,7 @@ class _CalibrationPageState extends State<CalibrationPage> {
|
||||
onFailure: (res) {
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: res.msg ?? "服务器.失败".tr,
|
||||
text: res.msg ?? "失败".tr,
|
||||
textColor:
|
||||
themeController.currentColor.sc9,
|
||||
);
|
||||
@@ -825,7 +825,7 @@ class _CalibrationPageState extends State<CalibrationPage> {
|
||||
failureNotifier.value = true;
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: res.msg ?? "服务器.失败".tr,
|
||||
text: res.msg ?? "失败".tr,
|
||||
textColor: themeController
|
||||
.currentColor.sc9,
|
||||
);
|
||||
@@ -849,7 +849,7 @@ class _CalibrationPageState extends State<CalibrationPage> {
|
||||
onFailure: (res) {
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: res.msg ?? "服务器.失败".tr,
|
||||
text: res.msg ?? "失败".tr,
|
||||
textColor:
|
||||
themeController.currentColor.sc9,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user