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');