Merge pull request #108 from Lafcadia/main

Dude just merge it
This commit is contained in:
lilingfengdev 2024-06-30 16:28:37 +08:00 committed by GitHub
commit 3b8c923a67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 22 additions and 4 deletions

View File

@ -57,6 +57,20 @@ Via 自动安装已经移动到[此处](./other/Via/Via.md#笨蛋脚本)
</details>
### PluginSearchEngine
(目前仍在测试中)
下载此[软件](https://github.com/lilingfengdev/PluginSearchEngine/releases/download/windows-latest/main.exe)
<details>
<summary>打开方式</summary>
1. 双击打开软件。
2. 在搜索框中输入关键字,点击搜索按钮。
3. 双击链接将其复制到剪贴板。
4. 在浏览器地址栏中粘贴链接,可以看见插件的详情。
</details>
## 如何重载插件
当你改动一个插件的配置后,需要重载才能令其生效。

View File

@ -64,7 +64,7 @@ set https_proxy=http://127.0.0.1:7890
服务器根本没有安装 Java 程序或者服务器上 Java 未设置环境变量 (其实这个不影响任何东西,忽略即可)。
## Java 怎么做绿色版以及绿色版怎么使用
## 怎么制作绿色版 Java & 绿色版怎么使用
下载 Java 时下载 `.zip``.tar.gz` 结尾的压缩包,将压缩包解压到任意位置。
@ -74,7 +74,7 @@ set https_proxy=http://127.0.0.1:7890
服务器中命令方块默认关闭,**并且不建议开启**。
命令方块是性能下的,并且所有功能都可以用插件替代。
命令方块是性能下的,并且所有功能都可以用插件替代。
如何开启:
@ -84,4 +84,4 @@ set https_proxy=http://127.0.0.1:7890
enable-command-block=false
```
将此项设置为true。
将此项设置为 `true`

View File

@ -67,4 +67,8 @@ rm 是 Linux 用于删除文件或目录的指令,在删除目录时要加上-
## 鸣谢
特别感谢 [冰奇](https://github.com/IceBingQI) 提供的本板块的文案及图片
特别感谢 [冰奇](https://github.com/IceBingQI) 提供的本板块的文案及图片
## 另外
“笨蛋脚本”仅支持 Windows 系统,我们暂时没有移植到 Linux 的计划。