Compare commits

...

2 Commits
6.10 ... 6.11

Author SHA1 Message Date
2dust
007a250f55 up 6.11 2023-02-12 08:54:23 +08:00
2dust
e9bb6a9951 bug fixes 2023-02-12 08:53:28 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1512,7 +1512,7 @@ namespace v2rayN.Handler
var items = LazyConfig.Instance.RoutingItems();
if (blImportAdvancedRules || items.Count <= 0)
{
var maxSort = items.Max(t => t.sort);
var maxSort = items.Count;
//Bypass the mainland
var item2 = new RoutingItem()
{

View File

@@ -9,7 +9,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>v2rayN.ico</ApplicationIcon>
<Copyright>Copyright © 2017-2023 (GPLv3)</Copyright>
<FileVersion>6.10</FileVersion>
<FileVersion>6.11</FileVersion>
</PropertyGroup>
<ItemGroup>