mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
🐛Update submodule
⬆️更新v2ray-core to 4.25.0 ⬆️更新部分规则
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user