mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-10-31 20:42:52 +00:00 
			
		
		
		
	v2fly
This commit is contained in:
		
							parent
							
								
									70069a05e6
								
							
						
					
					
						commit
						a799420d0f
					
				
					 4 changed files with 6 additions and 6 deletions
				
			
		|  | @ -6,7 +6,7 @@ namespace v2rayN | |||
|         #region 常量 | ||||
| 
 | ||||
| 
 | ||||
|         public const string v2rayWebsiteUrl = @"https://www.v2ray.com/"; | ||||
|         public const string v2rayWebsiteUrl = @"https://www.v2fly.org/"; | ||||
|         public const string AboutUrl = @"https://github.com/2dust/v2rayN"; | ||||
|         public const string UpdateUrl = AboutUrl + @"/releases"; | ||||
| 
 | ||||
|  |  | |||
|  | @ -54,8 +54,8 @@ namespace v2rayN.Handler | |||
| 
 | ||||
|         private readonly string nLatestUrl = "https://github.com/2dust/v2rayN/releases/latest"; | ||||
|         private const string nUrl = "https://github.com/2dust/v2rayN/releases/download/{0}/v2rayN.zip"; | ||||
|         private readonly string coreLatestUrl = "https://github.com/v2ray/v2ray-core/releases/latest"; | ||||
|         private const string coreUrl = "https://github.com/v2ray/v2ray-core/releases/download/{0}/v2ray-windows-{1}.zip"; | ||||
|         private readonly string coreLatestUrl = "https://github.com/v2fly/v2ray-core/releases/latest"; | ||||
|         private const string coreUrl = "https://github.com/v2fly/v2ray-core/releases/download/{0}/v2ray-windows-{1}.zip"; | ||||
| 
 | ||||
|         public async void CheckUpdateAsync(string type) | ||||
|         { | ||||
|  | @ -101,7 +101,7 @@ namespace v2rayN.Handler | |||
|                 string filePath = Utils.GetPath("V2ray.exe"); | ||||
|                 if (!File.Exists(filePath)) | ||||
|                 { | ||||
|                     string msg = string.Format(UIRes.I18N("NotFoundCore"), @"https://github.com/v2ray/v2ray-core/releases"); | ||||
|                     string msg = string.Format(UIRes.I18N("NotFoundCore"), @"https://github.com/v2fly/v2ray-core/releases"); | ||||
|                     //ShowMsg(true, msg); | ||||
|                     return ""; | ||||
|                 } | ||||
|  |  | |||
|  | @ -174,7 +174,7 @@ namespace v2rayN.Handler | |||
|             } | ||||
|             if (Utils.IsNullOrEmpty(fileName)) | ||||
|             { | ||||
|                 string msg = string.Format(UIRes.I18N("NotFoundCore"), @"https://github.com/v2ray/v2ray-core/releases"); | ||||
|                 string msg = string.Format(UIRes.I18N("NotFoundCore"), @"https://github.com/v2fly/v2ray-core/releases"); | ||||
|                 ShowMsg(false, msg); | ||||
|             } | ||||
|             return fileName; | ||||
|  |  | |||
|  | @ -32,4 +32,4 @@ using System.Runtime.InteropServices; | |||
| // 方法是按如下所示使用“*”: | ||||
| //[assembly: AssemblyVersion("1.0.*")] | ||||
| //[assembly: AssemblyVersion("1.0.0")] | ||||
| [assembly: AssemblyFileVersion("3.17")] | ||||
| [assembly: AssemblyFileVersion("3.19")] | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 2dust
						2dust