opt: cdn test

Closes #129

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-09 11:53:46 +08:00
parent d4e33c9636
commit adf4b6fa5d

View File

@@ -75,7 +75,8 @@ class _SelectDialogState<T> extends State<SelectDialog<T>> {
);
} catch (e) {
if (_cdnResList[item.index] == null) {
_cdnResList[item.index] = '测速失败: $e';
_cdnResList[item.index] = '测速失败';
debugPrint('$e');
if (mounted) {
setState(() {});
}