From 8640e49452c70619e8481d397f9619f56e1af324 Mon Sep 17 00:00:00 2001 From: e1732a364fed <75717694+e1732a364fed@users.noreply.github.com> Date: Sat, 1 Jan 2000 00:00:00 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E6=96=87=E6=A1=A3;=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E7=89=88=E6=9C=AC=E8=BE=93=E5=87=BA=E4=B8=ADv2ray?= =?UTF-8?q?=E5=AD=97=E6=A0=B7;close=20#202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- cmd/verysimple/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d18f96b..d1a288a 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ verysimple -c server.toml ### 兼容模式 -未来会推出兼容v2ray的json配置文件的模式。 +未来会推出兼容v2ray的json配置文件的模式。目前打算仅支持v5格式,但是目前观察似乎v2ray社区的v5文档写的比较不完整,所以慢慢来。 ### 交互模式 diff --git a/cmd/verysimple/version.go b/cmd/verysimple/version.go index eee0b48..0b554db 100644 --- a/cmd/verysimple/version.go +++ b/cmd/verysimple/version.go @@ -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/" )