🐛Update submodule

⬆️更新v2ray-core to  4.25.0
⬆️更新部分规则
This commit is contained in:
Amazing_DM
2020-06-23 14:13:21 +08:00
parent be0770d81b
commit b41ab4d25e
4 changed files with 8 additions and 2 deletions

View File

@@ -116,6 +116,11 @@ namespace Netch.Forms.Server
{
return;
}
if (AlterIDTextBox.Text == "")
{
MessageBox.Show(Utils.i18N.Translate("Please fill in alterID"), Utils.i18N.Translate("Information"), MessageBoxButtons.OK, MessageBoxIcon.Information);
return;
}
if (Index == -1)
{
Global.Settings.Server.Add(new Models.Server

View File

@@ -145,6 +145,7 @@
"Link can not be empty": "链接不可为空",
"Link must start with http:// or https://": "链接必须以 http:// 或 https:// 开头",
"Successfully saved": "保存成功",
"Please fill in alterID": "请填写额外ID",
"Settings": "设置",
"Start when opened": "打开软件时启动加速",

2
modes

Submodule modes updated: 74fcb7c3e3...5ed034a88b