Skip to content

Commit

Permalink
Merge pull request #108 from Lafcadia/main
Browse files Browse the repository at this point in the history
Dude just merge it
  • Loading branch information
lilingfengdev authored Jun 30, 2024
2 parents 4cf2322 + 31679ff commit 3b8c923
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
14 changes: 14 additions & 0 deletions docs/process/plugin/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

## 如何重载插件

当你改动一个插件的配置后,需要重载才能令其生效。
Expand Down
6 changes: 3 additions & 3 deletions docs/sundry/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ set https_proxy=http://127.0.0.1:7890

服务器根本没有安装 Java 程序或者服务器上 Java 未设置环境变量 (其实这个不影响任何东西,忽略即可)。

## Java 怎么做绿色版以及绿色版怎么使用
## 怎么制作绿色版 Java & 绿色版怎么使用

下载 Java 时下载 `.zip``.tar.gz` 结尾的压缩包,将压缩包解压到任意位置。

Expand All @@ -74,7 +74,7 @@ set https_proxy=http://127.0.0.1:7890

服务器中命令方块默认关闭,**并且不建议开启**

命令方块是性能底下的,并且所有功能都可以用插件替代。
命令方块是性能低下的,并且所有功能都可以用插件替代。

如何开启:

Expand All @@ -84,4 +84,4 @@ set https_proxy=http://127.0.0.1:7890
enable-command-block=false
```

将此项设置为true
将此项设置为 `true`
6 changes: 5 additions & 1 deletion docs/sundry/advance/Linux/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ rm 是 Linux 用于删除文件或目录的指令,在删除目录时要加上-

## 鸣谢

特别感谢 [冰奇](https://github.com/IceBingQI) 提供的本板块的文案及图片
特别感谢 [冰奇](https://github.com/IceBingQI) 提供的本板块的文案及图片

## 另外

“笨蛋脚本”仅支持 Windows 系统,我们暂时没有移植到 Linux 的计划。

0 comments on commit 3b8c923

Please sign in to comment.