修改提示语

This commit is contained in:
刘跃雄 2025-08-12 17:19:06 +08:00
parent 3223e697ca
commit bec55e271b

View File

@ -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已复制成功");
});
};