rikaaa0928 / V2rayE

v2ray client and json config editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2rayE

v2ray client and json config editor

main.1.js为编辑器入口
main.js为软件主入口

v2ray-core https://github.com/v2ray/v2ray-core 放在core目录下

主要功能:
配置编辑/管理器
开机自动启动
启动检查更新/手动更新Core
设置/取消系统代理
查看log

struct.json用于定义输入结构,暂不完全,用户可自定义

guiConfig.json用于软件设置
"auto": int, 自动启动的配置文件编号,小于0或不设置则不自动启动
"startup": bool, 开机启动
"min": bool, 自动最小化
"http_port": int, 系统代理端口
"auto_check": bool, 启动检查core更新


About

v2ray client and json config editor


Languages

Language:JavaScript 77.0%Language:HTML 20.1%Language:CSS 2.9%