From bec55e271bd1d042690a2503071361b70a778240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=B7=83=E9=9B=84?= <851046264@qq.com> Date: Tue, 12 Aug 2025 17:19:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/js/index.js b/src/main/resources/static/js/index.js index 56ded80..a664f2b 100644 --- a/src/main/resources/static/js/index.js +++ b/src/main/resources/static/js/index.js @@ -37,8 +37,8 @@ $(document).ready(function() { "--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED\n" + "--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED"; copyText(text) - .then((result) => { - alert(result); + .then(() => { + alert("VM options已复制成功"); }); };