mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +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
|
||||
|
||||
@@ -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
binaries
2
binaries
Submodule binaries updated: 9c108bb4ed...385188a7b6
2
modes
2
modes
Submodule modes updated: 74fcb7c3e3...5ed034a88b
Reference in New Issue
Block a user