Skip to content

Commit

Permalink
理清部分逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
“postyizhan” committed Nov 16, 2024
1 parent 561e1ef commit dd68956
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs-java/process/plugin/more/plugin-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import TabItem from '@theme/TabItem';

<TabItem value="config" label="配置文件改语言">

像 HoloMobHealth、GSit 等,你可以在插件配置文件中(一般在 config.yml 中)找到 Language,lang 等字眼。
像 HoloMobHealth、GSit 等,你可以在插件配置文件中(一般在 config.yml 中)找到 Language,lang ,locale 等字眼。

然后把语言项改成 zh_CN、 Chinese 等,具体应该写什么这地方。插件配置的注释可能提到

Expand Down
20 changes: 14 additions & 6 deletions docs-java/process/plugin/more/plugin-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: 插件下载
sidebar_position: 1
---

# 插件选择
# 插件下载

## 选择插件

很好,相信你已经在 [可能用到的网站](/docs-java/preparation/websites.md) 看到了很多链接,面对成千上万的插件我们应该如何进行选择呢?

Expand Down Expand Up @@ -53,7 +55,17 @@ sidebar_position: 1

**_不要装多个同类型插件,不要把 CMI 和 EssentialX 装在一起,也不要一个服务器装 3 ~ 4 个菜单插件!!!_**

## 下载插件历史版本
## 下载插件

### 最新版本

TOPO

### 开发版本

TODO

### 历史版本

**建议**你用**最新版本**的插件,但如果你因为一些原因必须要用旧版的话...

Expand Down Expand Up @@ -101,7 +113,3 @@ import TabItem from '@theme/TabItem';

</TabItem>
</Tabs>

## 安装插件

将插件的 jar 文件放入服务端的 `plugins` 文件夹。

0 comments on commit dd68956

Please sign in to comment.