mod: 代码优化

This commit is contained in:
orz12
2024-02-24 12:50:26 +08:00
parent 098b4ad8ad
commit 23a4bf1706
4 changed files with 3 additions and 4 deletions

View File

@@ -217,7 +217,7 @@ class Utils {
} catch (_) {} finally {
closestNumber ??= numbers.last;
}
return closestNumber!;
return closestNumber;
}
// 版本对比