mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-11-04 06:22:52 +00:00 
			
		
		
		
	Update UI
This commit is contained in:
		
							parent
							
								
									c2c9c6a6db
								
							
						
					
					
						commit
						52f1bdf834
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1358,7 +1358,7 @@
 | 
			
		|||
    <value>$this</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="tsbCheckUpdateXrayCore.Text" xml:space="preserve">
 | 
			
		||||
    <value>Update xrayCore</value>
 | 
			
		||||
    <value>Update XrayCore</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name=">>toolStripSeparator2.Name" xml:space="preserve">
 | 
			
		||||
    <value>toolStripSeparator2</value>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -456,7 +456,7 @@
 | 
			
		|||
    <value>180, 22</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="tsbCheckUpdateXrayCore.Text" xml:space="preserve">
 | 
			
		||||
    <value>xray-Core</value>
 | 
			
		||||
    <value>Xray-Core</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="tsbCheckUpdate.Size" type="System.Drawing.Size, System.Drawing">
 | 
			
		||||
    <value>85, 53</value>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -56,8 +56,8 @@ namespace v2rayN.Handler
 | 
			
		|||
        private const string nUrl = "https://github.com/2dust/v2rayN/releases/download/{0}/v2rayN.zip";
 | 
			
		||||
        private readonly string v2flyCoreLatestUrl = "https://github.com/v2fly/v2ray-core/releases/latest";
 | 
			
		||||
        private const string v2flyCoreUrl = "https://github.com/v2fly/v2ray-core/releases/download/{0}/v2ray-windows-{1}.zip";
 | 
			
		||||
        private readonly string xrayCoreLatestUrl = "https://github.com/xtls/xray-core/releases/latest";
 | 
			
		||||
        private const string xrayCoreUrl = "https://github.com/xtls/xray-core/releases/download/{0}/xray-windows-{1}.zip";
 | 
			
		||||
        private readonly string xrayCoreLatestUrl = "https://github.com/XTLS/Xray-core/releases/latest";
 | 
			
		||||
        private const string xrayCoreUrl = "https://github.com/XTLS/Xray-core/releases/download/{0}/Xray-windows-{1}.zip";
 | 
			
		||||
 | 
			
		||||
        public async void CheckUpdateAsync(string type)
 | 
			
		||||
        {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue