mirror of
https://github.com/NotoChen/Jetbrains-Help.git
synced 2025-09-14 08:08:30 +08:00
修改提示语
This commit is contained in:
parent
3223e697ca
commit
bec55e271b
|
@ -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已复制成功");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user