mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-22 03:37:30 +08:00
ui: update desc
This commit is contained in:
@@ -111,7 +111,7 @@ class _SearchPageState extends ConsumerState<SearchPage> {
|
|||||||
}
|
}
|
||||||
return cards;
|
return cards;
|
||||||
},
|
},
|
||||||
error: (err, trace) => [PoError(msg: "网络错误,请确认TMDB Key正确配置,并且服务端能够正常连接TMDB网站", err: err)],
|
error: (err, trace) => [PoError(msg: "网络错误,请确认TMDB Key正确配置,并且能够正常连接到TMDB网站", err: err)],
|
||||||
loading: () => [const MyProgressIndicator()]);
|
loading: () => [const MyProgressIndicator()]);
|
||||||
|
|
||||||
var f = NotificationListener(
|
var f = NotificationListener(
|
||||||
|
|||||||
Reference in New Issue
Block a user