From d04980a74e4b32cd4d8d87955e4be54ecf998504 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Mon, 11 Jan 2021 21:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/version.txt | 2 +- static/embed.js | 4 ++-- static/style.css | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) 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