mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-05-20 22:25:50 +08:00
JS: 退出游戏多模式 (#2235)
This commit is contained in:
13
repo/js/ExitGameMultipleMode/settings.json
Normal file
13
repo/js/ExitGameMultipleMode/settings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"name": "Modes",
|
||||
"type": "select",
|
||||
"label": "退出模式",
|
||||
"options": [
|
||||
"Alt+F4",
|
||||
// "完全退出游戏",
|
||||
"完全退出游戏到桌面"
|
||||
],
|
||||
"default": "完全退出游戏到桌面"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user