mirror of
https://github.com/netchx/netch.git
synced 2026-05-03 22:25:50 +08:00
✨ 添加复制服务器分享链接按钮
✨ 添加模式删除按钮 ✨ 添加自定义配置数量(在设置里修改后需重启软件) :speech_balloon:添加快捷配置翻译
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user