添加复制服务器分享链接按钮

 添加模式删除按钮
 添加自定义配置数量(在设置里修改后需重启软件)
:speech_balloon:添加快捷配置翻译
This commit is contained in:
Amazing_DM
2020-02-13 19:22:44 +08:00
parent 282e000beb
commit b39e5d2dbe
8 changed files with 279 additions and 154 deletions

View File

@@ -119,10 +119,14 @@ namespace Netch.Models
/// </summary>
public List<string> BypassIPs = new List<string>();
/// <summary>
/// Saved profiles
/// 已保存的快捷配置
/// </summary>
public List<Profile> profiles = new List<Profile>();
/// <summary>
/// 快捷配置数量
/// </summary>
public int ProfileCount = 4;
}
}