新增 二维码导入

pull/101/head
wulabing 2019-10-16 10:29:40 +08:00
parent b8efb3dfbf
commit af62d5cc4a
1 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,8 @@ EOF
vmess_link="vmess://$(cat /etc/v2ray/vmess_qr.json | base64 -w 0)"
echo -e "${Red} URL导入链接:${vmess_link} ${Font}" >>./v2ray_info.txt
echo -e "${Red} 二维码: ${Font}" >>./v2ray_info.txt
echo "${vmess_link}"| qrencode -o - -t utf8 >>./v2ray_info.txt
}
show_information(){