mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2cf338931 | ||
|
|
b41ab4d25e | ||
|
|
be0770d81b | ||
|
|
6106cb4878 | ||
|
|
b1202b47eb | ||
|
|
da54abda3d | ||
|
|
d0f604eb42 | ||
|
|
957222cc7b | ||
|
|
6dd26574e0 |
@@ -26,7 +26,7 @@ namespace Netch.Controllers
|
|||||||
|
|
||||||
public const string Name = @"Netch";
|
public const string Name = @"Netch";
|
||||||
public const string Copyright = @"Copyright © 2019 - 2020";
|
public const string Copyright = @"Copyright © 2019 - 2020";
|
||||||
public const string Version = @"1.4.9";
|
public const string Version = @"1.4.10";
|
||||||
|
|
||||||
public async void Check(bool notifyNoFound, bool isPreRelease)
|
public async void Check(bool notifyNoFound, bool isPreRelease)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -116,6 +116,11 @@ namespace Netch.Forms.Server
|
|||||||
{
|
{
|
||||||
return;
|
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)
|
if (Index == -1)
|
||||||
{
|
{
|
||||||
Global.Settings.Server.Add(new Models.Server
|
Global.Settings.Server.Add(new Models.Server
|
||||||
|
|||||||
@@ -145,6 +145,7 @@
|
|||||||
"Link can not be empty": "链接不可为空",
|
"Link can not be empty": "链接不可为空",
|
||||||
"Link must start with http:// or https://": "链接必须以 http:// 或 https:// 开头",
|
"Link must start with http:// or https://": "链接必须以 http:// 或 https:// 开头",
|
||||||
"Successfully saved": "保存成功",
|
"Successfully saved": "保存成功",
|
||||||
|
"Please fill in alterID": "请填写额外ID",
|
||||||
|
|
||||||
"Settings": "设置",
|
"Settings": "设置",
|
||||||
"Start when opened": "打开软件时启动加速",
|
"Start when opened": "打开软件时启动加速",
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -1,12 +1,16 @@
|
|||||||
# Netch
|
# Netch
|
||||||
[](https://t.me/Netch) [](https://t.me/Netch_Discuss_Group) 
|
[](https://github.com/NetchX/Netch)
|
||||||
|
[](https://github.com/NetchX/Netch/releases)
|
||||||
|
[](https://github.com/NetchX/Netch/releases)
|
||||||
|
[](https://github.com/NetchX/Netch/actions)
|
||||||
|
[](LICENSE)
|
||||||
|
[](https://t.me/Netch) [](https://t.me/Netch_Discuss_Group)
|
||||||
|
[](https://netch.org/)
|
||||||
|
|
||||||
|
[中文说明](/docs/README.zh-CN.md)
|
||||||
|
|
||||||
Game accelerator
|
Game accelerator
|
||||||
|
|
||||||
[简体中文](docs/README.zh-CN.md) (此版本内容更丰富)
|
|
||||||
|
|
||||||
[Website](https://netch.org/)
|
|
||||||
|
|
||||||
## TOC
|
## TOC
|
||||||
- [Netch](#netch)
|
- [Netch](#netch)
|
||||||
- [TOC](#toc)
|
- [TOC](#toc)
|
||||||
|
|||||||
2
binaries
2
binaries
Submodule binaries updated: 9c108bb4ed...385188a7b6
@@ -20,6 +20,9 @@ Netch 是一款 Windows 平台的开源游戏加速工具,Netch 可以实现
|
|||||||
|
|
||||||
与此同时 Netch 避免了 SSTap 的 NAT 问题 ,检查 NAT 类型即可知道是否有 NAT 问题。使用 SSTap 加速部分 P2P 联机,对 NAT 类型有要求的游戏时,可能会因为 NAT 类型严格遇到无法加入联机,或者其他影响游戏体验的情况
|
与此同时 Netch 避免了 SSTap 的 NAT 问题 ,检查 NAT 类型即可知道是否有 NAT 问题。使用 SSTap 加速部分 P2P 联机,对 NAT 类型有要求的游戏时,可能会因为 NAT 类型严格遇到无法加入联机,或者其他影响游戏体验的情况
|
||||||
|
|
||||||
|
|
||||||
|
需要更多特性请移步魔改仓库 [Netch-ForOwnUse](https://github.com/AmazingDM/Netch-ForOwnUse),
|
||||||
|
|
||||||
## 捐赠
|
## 捐赠
|
||||||
- XMR *48ju3ELNZEa6wwPBMexCJ9G218BGY2XwhH6B6bmkFuJ3QgM4hPw2Pra35jPtuBZSc7SLNWeBpiWJZWjQeMAiLnTx2tH2Efx*
|
- XMR *48ju3ELNZEa6wwPBMexCJ9G218BGY2XwhH6B6bmkFuJ3QgM4hPw2Pra35jPtuBZSc7SLNWeBpiWJZWjQeMAiLnTx2tH2Efx*
|
||||||
|
|
||||||
|
|||||||
2
modes
2
modes
Submodule modes updated: 9c10495d82...5ed034a88b
Reference in New Issue
Block a user