尝试修复小火箭无法扫描二维码的问题

pull/355/head
wulabing 2019-11-24 17:36:24 +08:00
parent 62fd386611
commit 298b0083a0
2 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ 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
echo -n "${vmess_link}"| qrencode -o - -t utf8 >>./v2ray_info.txt
}
show_information(){

View File

@ -322,7 +322,7 @@ 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
echo -n "${vmess_link}"| qrencode -o - -t utf8 >>./v2ray_info.txt
}
show_information(){