From 0f72d818ef645d17ab124eb2d98e0f5e577babd7 Mon Sep 17 00:00:00 2001 From: Ivan1F Date: Sat, 23 Apr 2022 16:16:51 +0800 Subject: [PATCH] readme, doc --- README.md | 8 ++++---- README_cn.md | 8 ++++---- lang/en_us.yml | 6 +++--- lang/zh_cn.yml | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d7e1fcf..18aff69 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ Follow the comments and modify the config, use `!!MCDR plg reload mcdreforged_pl - `labels` can be a single label or multiple labels split by `,`. Accepted labels: `information`, `tool`, `management`, `api` - `!!mpm search `: Search plugins based on the keyword - `!!mpm info `: Show detailed information of a plugin -- `!!mpm install `: Install a plugin, as well as its plugin dependencies and its required python packages -- `!!mpm uninstall `: Uninstall a plugin -- `!!mpm upgrade `: Upgrade a plugin to the latest version +- `!!mpm install `: Install plugins, as well plugin dependencies and required python packages +- `!!mpm uninstall `: Uninstall plugins +- `!!mpm upgrade `: Upgrade plugins to the latest version - `!!mpm confirm`: Confirm the operation -- `!!mpm checkupdate`: Manually check update for all installed plugins \ No newline at end of file +- `!!mpm checkupdate`: Manually check update for all installed plugins diff --git a/README_cn.md b/README_cn.md index 55e7e8b..0c36e16 100644 --- a/README_cn.md +++ b/README_cn.md @@ -71,8 +71,8 @@ install_path: plugins - `labels` 可以是一个标签或多个被 `,` 分割的标签。接受的标签:`information`, `tool`, `management`, `api` - `!!mpm search `: 根据关键词搜索插件 - `!!mpm info `: 显示一个插件的详细信息 -- `!!mpm install `: 安装一个插件,其依赖的插件和 Python 包将会一并安装 -- `!!mpm uninstall `: 卸载一个插件 -- `!!mpm upgrade `: 将一个插件更新至最新版本 +- `!!mpm install `: 安装插件,其依赖的插件和 Python 包将会一并安装 +- `!!mpm uninstall `: 卸载插件 +- `!!mpm upgrade `: 将插件更新至最新版本 - `!!mpm confirm`: 确认操作 -- `!!mpm checkupdate`: 手动对所有插件检查更新 \ No newline at end of file +- `!!mpm checkupdate`: 手动对所有插件检查更新 diff --git a/lang/en_us.yml b/lang/en_us.yml index 95f815d..fac41a2 100644 --- a/lang/en_us.yml +++ b/lang/en_us.yml @@ -7,9 +7,9 @@ mcdreforged_plugin_manager: §alabels§r can be a single label or multiple labels split by §6,§r. Accepted labels: §6information§r, §6tool§r, §6management§r, §6api§r §6{prefix} search §b§r: Search plugins based on the keyword §6{prefix} info §b§r: Show detailed information of a plugin - §6{prefix} install §b§r: Install a plugin, as well as its plugin dependencies and its required python packages - §6{prefix} uninstall §b§r: Uninstall a plugin - §6{prefix} upgrade §b§r: Upgrade a plugin to the latest version + §6{prefix} install §b§r: Install plugins, as well as plugin dependencies and required python packages + §6{prefix} uninstall §b§r: Uninstall plugins + §6{prefix} upgrade §b§r: Upgrade plugins to the latest version §6{prefix} confirm§r: Confirm the operation §6{prefix} checkupdate§r: Manually check update for all installed plugins help_summary: Manage your mcdreforged plugins with ease diff --git a/lang/zh_cn.yml b/lang/zh_cn.yml index 0096810..bd0607f 100644 --- a/lang/zh_cn.yml +++ b/lang/zh_cn.yml @@ -7,9 +7,9 @@ mcdreforged_plugin_manager: §alabels§r 可以是一个标签或多个被 §6,§r 分割的标签。接受的标签:§6information§r, §6tool§r, §6management§r, §6api§r §6{prefix} search §b§r: 根据关键词搜索插件 §6{prefix} info §b§r: 显示一个插件的详细信息 - §6{prefix} install §b§r: 安装一个插件,其依赖的插件和 Python 包将会一并安装 - §6{prefix} uninstall §b§r: 卸载一个插件 - §6{prefix} upgrade §b§r: 将一个插件更新至最新版本 + §6{prefix} install §b§r: 安装插件,其依赖的插件和 Python 包将会一并安装 + §6{prefix} uninstall §b§r: 卸载插件 + §6{prefix} upgrade §b§r: 将插件更新至最新版本 §6{prefix} confirm§r: 确认操作 §6{prefix} checkupdate§r: 手动对所有插件检查更新 help_summary: 轻松管理你的 MCDReforged 插件