diff --git a/functions/version.txt b/functions/version.txt index 874072c..484b141 100644 --- a/functions/version.txt +++ b/functions/version.txt @@ -1 +1 @@ -1.54-20201025 \ No newline at end of file +1.55-20210111 \ No newline at end of file diff --git a/static/embed.js b/static/embed.js index 6e55b29..1f4ae61 100644 --- a/static/embed.js +++ b/static/embed.js @@ -257,8 +257,8 @@ function qrcode(name,url){ url = protocol + '//' + host + '/' + url; //二维码接口 - qrcodeapi = "https://sapi.k780.com/?app=qr.get&level=L&size=5&data=" + url; - var qrimg = "
"; + qrcodeapi = "https://qr.png.pub/v1/?text=" + url; + var qrimg = "
"; layer.open({ type: 1, area: '230px', diff --git a/static/style.css b/static/style.css index 22d8cf2..68ae7ff 100644 --- a/static/style.css +++ b/static/style.css @@ -145,4 +145,7 @@ display: none; } } -/*ad css end*/ \ No newline at end of file +/*ad css end*/ +.qrcode img{ + max-width:210px; +} \ No newline at end of file