-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f435ed
commit d2ebdd3
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# v2rayN-3.29-VLESS | ||
A v2rayN-3.29 mod version. Can add VLESS server from clipboard, share VLESS server as link and QR code. | ||
|
||
![v2rayN_2022-07-20_22-02-43](https://user-images.githubusercontent.com/665889/180002616-c2c6da3c-78b0-4f46-8fa9-34021590646f.png) | ||
|
||
# 本repo的目的 | ||
- 保留v2rayN 3.29的PAC功能 | ||
- 从剪贴板添加VLESS节点 | ||
- 将VLESS节点分享为链接 | ||
- 将VLESS节点分享为二维码 | ||
|
||
# 本repo在原版v2rayN 3.29基础上的修改 | ||
- 参考v2rayN 5.29的代码逻辑,实现:从剪贴板添加VLESS节点,将VLESS节点分享为链接,将VLESS节点分享为二维码 | ||
- 窗口标题增加`- VLESS`表明非原版 | ||
- 版本号使用`3.29.xx.yy`表明非原版,且基于原版 | ||
- 菜单项`检查更新 - v2rayN`修改为链接至原版项目,不再自动更新版本,以免手滑点到开始更新程序 | ||
|
||
# 本repo初始代码与v2rayN 3.29代码对比仅将.NET环境修改为4.8 | ||
本repo初始代码: https://github.com/crazypeace/v2rayN-3.29-VLESS/tree/ed6d12ce99cbc2de0c1e56b998c2fb8c6d84422c | ||
|
||
v2rayN 3.29代码: https://github.com/2dust/v2rayN/tree/3.29 | ||
|
||
对比: | ||
![image](https://user-images.githubusercontent.com/665889/180008441-5c08d9e5-4d08-4db9-aca5-5942ef1c6547.png) | ||
|