From c15bf9563c8d344869d7f21232c033cec5359f63 Mon Sep 17 00:00:00 2001 From: lan Date: Wed, 21 Dec 2022 14:33:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=8D=E5=88=B6=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=8D?= 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 c64e73a..79b2781 100644 --- a/templates/index.html +++ b/templates/index.html @@ -321,7 +321,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');