diff --git a/vitepress/docs/plugin.md b/vitepress/docs/plugin.md index c1cd1c8..b2e20c0 100644 --- a/vitepress/docs/plugin.md +++ b/vitepress/docs/plugin.md @@ -9,7 +9,7 @@ titleTemplate: 插件系统 ## 插件安装 -你可以在 [pot-app-plugin-list](https://github.com/pot-app/pot-app-plugin-list) 仓库查找你需要的插件,然后前往插件仓库下载插件。 +你可以在 [插件列表](/plugin) 查找你需要的插件,然后下载插件。 pot 插件的扩展名为 `.potext`, 下载得到`.potext`文件之后, 在 `偏好设置-服务设置-添加外部插件-安装外部插件` 选择对应的 `.potext` 即可安装成功,添加到服务列表中即可像内置服务一样正常使用了。 diff --git a/vitepress/en/docs/plugin.md b/vitepress/en/docs/plugin.md index 1cf901a..0bf4402 100644 --- a/vitepress/en/docs/plugin.md +++ b/vitepress/en/docs/plugin.md @@ -9,7 +9,7 @@ The built-in services are limited. But you can expand the app's functionality th ## Install Plugin -You can find plugins you need in the [pot-app-plugin-list](https://github.com/pot-app/pot-app-plugin-list) repo, and then go to the plugin repo to download it. +You can find plugins you need in the [Plugin List](/en/plugin), and then download it. The file extension of pot plugin is `.potext`. After downloading the `.potext` file, go to `Config - Service Settings - Add Extension - Install Plugin` to select the corresponding `.potext` to install it. It will then be added to the service list and can be used like a built-in service.