From 59805273bfc72916c120f40a8499d795c182b7aa Mon Sep 17 00:00:00 2001 From: lan Date: Mon, 19 Dec 2022 18:50:36 +0800 Subject: [PATCH] =?UTF-8?q?add:=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=A1=B5=E7=A0=81+Banner=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index f25d02d..8d12a31 100644 --- a/templates/index.html +++ b/templates/index.html @@ -313,7 +313,7 @@ }, copyText: function (value, style = 1) { if (style === 0) { - value = '我在分享了给你文件,取件码:${value},${window.location.href}?code=${value}'; + value = `我在分享了给你文件,取件码:${value},${window.location.href}?code=${value}`; } const input = document.createElement('input'); input.setAttribute('readonly', 'readonly');