修订文档;移除版本输出中v2ray字样;close #202

This commit is contained in:
e1732a364fed
2000-01-01 00:00:00 +00:00
parent b102bd6fa1
commit 8640e49452
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ verysimple -c server.toml
### 兼容模式
未来会推出兼容v2ray的json配置文件的模式。
未来会推出兼容v2ray的json配置文件的模式。目前打算仅支持v5格式但是目前观察似乎v2ray社区的v5文档写的比较不完整所以慢慢来。
### 交互模式

View File

@@ -35,7 +35,7 @@ import (
)
const (
desc = "A very simple implementation of V2Ray with some innovation\n"
desc = "A very simple app\n"
delimiter = "===============================\n"
weblink = "https://github.com/e1732a364fed/v2ray_simple/"
)