Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7885893e9b | ||
|
|
53f9fee834 | ||
|
|
ae79d8c608 |
@@ -1440,6 +1440,7 @@ namespace v2rayN.Forms
|
||||
int ret = MainFormHandler.Instance.AddBatchServers(config, result, id);
|
||||
if (ret > 0)
|
||||
{
|
||||
RefreshServers();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -6,6 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace v2rayN.Mode
|
||||
{
|
||||
[Serializable]
|
||||
public class RoutingItem
|
||||
{
|
||||
public string remarks
|
||||
|
||||
@@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
|
||||
// 方法是按如下所示使用“*”:
|
||||
//[assembly: AssemblyVersion("1.0.*")]
|
||||
//[assembly: AssemblyVersion("1.0.0")]
|
||||
[assembly: AssemblyFileVersion("4.7")]
|
||||
[assembly: AssemblyFileVersion("4.8")]
|
||||
|
||||
Reference in New Issue
Block a user