mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: cdn test
Closes #129 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -75,7 +75,8 @@ class _SelectDialogState<T> extends State<SelectDialog<T>> {
|
|||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (_cdnResList[item.index] == null) {
|
if (_cdnResList[item.index] == null) {
|
||||||
_cdnResList[item.index] = '测速失败: $e';
|
_cdnResList[item.index] = '测速失败';
|
||||||
|
debugPrint('$e');
|
||||||
if (mounted) {
|
if (mounted) {
|
||||||
setState(() {});
|
setState(() {});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user