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