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(