JS: 退出游戏多模式 (#2235)

This commit is contained in:
起个名字好难的喵
2025-10-24 19:45:09 +08:00
committed by GitHub
parent 8a234ddf7e
commit 53b81adac2
3 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[
{
"name": "Modes",
"type": "select",
"label": "退出模式",
"options": [
"Alt+F4",
// "完全退出游戏",
"完全退出游戏到桌面"
],
"default": "完全退出游戏到桌面"
}
]