Compare commits

..

9 Commits

Author SHA1 Message Date
AmazingDM
c2cf338931 Update UpdateChecker.cs 2020-06-23 14:15:31 +08:00
Amazing_DM
b41ab4d25e 🐛Update submodule
⬆️更新v2ray-core to  4.25.0
⬆️更新部分规则
2020-06-23 14:13:21 +08:00
AmazingDM
be0770d81b Update README.zh-CN.md 2020-06-12 17:00:29 +08:00
Amazing_DM
6106cb4878 Update submodule 2020-06-12 10:47:21 +08:00
AmazingDM
b1202b47eb Update README.md 2020-06-12 10:29:22 +08:00
Amazing_DM
da54abda3d Update README.md 2020-06-04 16:58:28 +08:00
Amazing_DM
d0f604eb42 Update README.md 2020-06-04 13:01:01 +08:00
Amazing_DM
957222cc7b Update README.md 2020-06-04 12:55:37 +08:00
Amazing_DM
6dd26574e0 Update README.md 2020-06-04 12:45:21 +08:00
7 changed files with 22 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ namespace Netch.Controllers
public const string Name = @"Netch";
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)
{

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": "打开软件时启动加速",

View File

@@ -1,12 +1,16 @@
# Netch
[![](https://img.shields.io/badge/Telegram-Channel-blue)](https://t.me/Netch) [![](https://img.shields.io/badge/Telegram-Group-green)](https://t.me/Netch_Discuss_Group) ![Netch CI](https://github.com/NetchX/Netch/workflows/Netch%20CI/badge.svg)
[![Platform](https://img.shields.io/badge/platform-windows-orange.svg)](https://github.com/NetchX/Netch)
[![Version](https://img.shields.io/github/v/release/NetchX/Netch)](https://github.com/NetchX/Netch/releases)
[![Downloads](https://img.shields.io/github/downloads/NetchX/Netch/total.svg)](https://github.com/NetchX/Netch/releases)
[![Netch CI](https://github.com/NetchX/Netch/workflows/Netch%20CI/badge.svg)](https://github.com/NetchX/Netch/actions)
[![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
[![](https://img.shields.io/badge/Telegram-Channel-blue)](https://t.me/Netch) [![](https://img.shields.io/badge/Telegram-Group-green)](https://t.me/Netch_Discuss_Group)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fnetch.org)](https://netch.org/)
[中文说明](/docs/README.zh-CN.md)
Game accelerator
[简体中文](docs/README.zh-CN.md) (此版本内容更丰富)
[Website](https://netch.org/)
## TOC
- [Netch](#netch)
- [TOC](#toc)

View File

@@ -20,6 +20,9 @@ Netch 是一款 Windows 平台的开源游戏加速工具Netch 可以实现
与此同时 Netch 避免了 SSTap 的 NAT 问题 ,检查 NAT 类型即可知道是否有 NAT 问题。使用 SSTap 加速部分 P2P 联机,对 NAT 类型有要求的游戏时,可能会因为 NAT 类型严格遇到无法加入联机,或者其他影响游戏体验的情况
需要更多特性请移步魔改仓库 [Netch-ForOwnUse](https://github.com/AmazingDM/Netch-ForOwnUse)
## 捐赠
- XMR *48ju3ELNZEa6wwPBMexCJ9G218BGY2XwhH6B6bmkFuJ3QgM4hPw2Pra35jPtuBZSc7SLNWeBpiWJZWjQeMAiLnTx2tH2Efx*

2
modes

Submodule modes updated: 9c10495d82...5ed034a88b