This commit is contained in:
BRanulf 2025-06-10 22:56:19 +08:00
parent 731ad3eff0
commit a7b9e8c7f4

View File

@ -26,4 +26,17 @@ The list of commands are serialized into a JSON format and stored locally on the
# 该版本附加:
* 本项目基于 command-gui-buttons 二次开发,遵循 **GNU GPL v3 许可证**
* 更多内容请见 [NOTICE](NOTICE.md) 文件。
* 更多内容请见 [NOTICE](NOTICE.md) 文件。
# 该版本使用方法:
其实也非常简单,反正都差不多
![image](https://git.branulf.top/Branulf/command-gui-buttons-revive/raw/branch/master/libs/awa%20%282%29.png)
* 点击按钮执行
* 点击编辑按钮编辑
* 点击添加新命令按钮添加新的可执行按钮
![image](https://git.branulf.top/Branulf/command-gui-buttons-revive/raw/branch/master/libs/awa%20%281%29.png)
* 名称:显示在按钮上的
* 命令:要执行的,不带“/”
* 加号添加一条,减号删除当前行的一条
就是这么简单