Files
bettergi-scripts-list/repo/js/计算机/settings.json
呱呱z 2049e52df4 计算机电源选项自动操作 (#544)
* Create 用于新建空文件夹

* Delete repo/js/计算机/用于新建空文件夹

* Create 用于创建空文件夹

* 计算机电源选项自动操作

计算机的自动关机、注销、休眠等操作(默认注销)。

* Delete repo/js/计算机/用于创建空文件夹

* Update manifest.json

* 问题修复

用于修复有物品锻造完成时,无法进行自动锻造的问题。

* 修复
2025-04-09 10:12:41 +08:00

15 lines
339 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "PowerOptions", // 变量名在js内使用 settings.变量名 获取对应的配置值
"type": "select", // 类型
"label": "选择计算机操作类型(默认:注销)",
"options": [
"注销",
"睡眠",
"休眠",
"关机",
"重启"
]
}
]