From c809ca2a7015905cf664b14688471e7d8660a150 Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Wed, 19 Mar 2025 14:13:34 +0800 Subject: [PATCH] chore: change error desc --- ui/lib/search_page/search.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/search_page/search.dart b/ui/lib/search_page/search.dart index 1ff8da4..3f9f5e7 100644 --- a/ui/lib/search_page/search.dart +++ b/ui/lib/search_page/search.dart @@ -111,7 +111,7 @@ class _SearchPageState extends ConsumerState { } return cards; }, - error: (err, trace) => [PoError(msg: "网络错误,请确认TMDB Key正确配置,并且能够正常连接到TMDB网站", err: err)], + error: (err, trace) => [PoError(msg: "网络错误,请确保本地网络能够正常访问TMDB网站", err: err)], loading: () => [const MyProgressIndicator()]); var f = NotificationListener(