From 5522391942f901962b6c1ae7b5c024a2c20de100 Mon Sep 17 00:00:00 2001 From: Nanaloveyuki <136328617+Nanaloveyuki@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:00:46 +0800 Subject: [PATCH 1/2] Add files via upload --- docs/usage/extra_command.md | 129 +++++++++++++++++++----------------- 1 file changed, 70 insertions(+), 59 deletions(-) diff --git a/docs/usage/extra_command.md b/docs/usage/extra_command.md index 13ce202..61b3ef9 100644 --- a/docs/usage/extra_command.md +++ b/docs/usage/extra_command.md @@ -1,59 +1,70 @@ ---- -title: 功能命令 -icon: comment -order: 2 -category: 使用手册 ---- - -## 功能插件命令 - -### **轻雪天气`liteyuki_weather`** - -查询实时天气,支持绑定城市,支持中英文城市名,支持多个关键词查询。 - -配置项 - -```yaml -weather_key: "" # 和风天气的天气key,会自动判断key版本 -``` - -命令 - -```shell -weather # 查询目标地实时天气,例如:"天气 北京 海淀", "weather Tokyo Shinjuku" -bind-city # 绑定查询城市,个人全局生效 -``` - -命令别名 - -```shell -weather|天气 -bind-city|绑定城市 -``` - -*** - -### **统计信息`liteyuki_statistics`** - -统计信息 -命令 - -```shell -statistic message --duration --period --group [current|group_id] --bot [current|bot_id] # 统计Bot接收到的消息 -# duration: 统计时长,支持格式例如:1d2h3m4s -# period: 统计周期,支持格式同上 -# group: 统计群组,支持current(当前群聊)和group_id -# bot: 统计Bot,支持current(当前bot)和bot_id -``` - -命令别名 - -```shell -statistic|stat -message|m ---duration|-d ---period|-p ---group|-g ---bot|-b -current|c -``` \ No newline at end of file +--- +title: 功能命令 +icon: comment +order: 2 +category: 使用手册 +--- + +## 功能插件命令 + +### **轻雪天气`liteyuki_weather`** + +查询实时天气,支持绑定城市,支持中英文城市名,支持多个关键词查询。 + +配置项 + +```yaml +weather_key: "" # 和风天气的天气key,会自动判断key版本 +``` + +命令 + +```shell +weather # Keywords为城市名,支持中英文 +``` +查询目标地实时天气,例如:"天气 北京 海淀", "weather Tokyo Shinjuku" + +```shell +bind-city # Keywords为城市名,支持中英文 +``` + +绑定查询城市,个人全局生效 + +#### 命令别名 + +| 命令 | 别名 | +| :-------: | :------- | +| weather | 天气 | +| bind-city | 绑定城市 | + +--- + +### **统计信息`liteyuki_statistics`** + +统计信息 +命令 + +```shell +statistic message --duration --period --group [current|group_id] --bot [current|bot_id] +``` + +功能: 用于统计Bot接收到的消息, 统计周期为`period`, 统计时间范围为`duration` + +| 参数 | 格式 | +| :------: | :------------------------------------------------------------: | +| duration | 使用通用日期简写: `1d`(天), `1h`(小时), `45m`(分钟), `14s`(秒) | +| period | 使用通用日期简写: `1d`(天), `1h`(小时), `45m`(分钟), `14s`(秒) | +| group | `current` (当前群聊) 或 `group_id` (QQ群号) | +| bot | `current` (当前Bot) 或 `bot_id` | + +#### 命令别名 + +| 命令 | 别名 | +| :----------: | :---: | +| `statistic` | stat | +| `message` | m | +| `--duration` | -d | +| --period` | -p | +| `--group` | -g | +| `--bot` | -b | +| `current` | c | From 0bd135a5c92536132d6455dcb2651cffd4b2a84d Mon Sep 17 00:00:00 2001 From: Nanaloveyuki <136328617+Nanaloveyuki@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:08:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?:globe=5Fwith=5Fmeridians:=20=E4=B8=BAstati?= =?UTF-8?q?stics=E6=8F=90=E4=BE=9B=E5=9F=BA=E7=A1=80=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/liteyuki_statistics/lang/en-US.lang | 2 ++ src/resources/liteyuki_statistics/lang/fr-FR.lang | 2 ++ src/resources/liteyuki_statistics/lang/ru-RU.lang | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 src/resources/liteyuki_statistics/lang/en-US.lang create mode 100644 src/resources/liteyuki_statistics/lang/fr-FR.lang create mode 100644 src/resources/liteyuki_statistics/lang/ru-RU.lang diff --git a/src/resources/liteyuki_statistics/lang/en-US.lang b/src/resources/liteyuki_statistics/lang/en-US.lang new file mode 100644 index 0000000..55e5faf --- /dev/null +++ b/src/resources/liteyuki_statistics/lang/en-US.lang @@ -0,0 +1,2 @@ +stat.message=Statistics message +stat.rank=Speech ranking \ No newline at end of file diff --git a/src/resources/liteyuki_statistics/lang/fr-FR.lang b/src/resources/liteyuki_statistics/lang/fr-FR.lang new file mode 100644 index 0000000..5316d34 --- /dev/null +++ b/src/resources/liteyuki_statistics/lang/fr-FR.lang @@ -0,0 +1,2 @@ +stat.message=Messages statistiques +stat.rank=Classement des discours \ No newline at end of file diff --git a/src/resources/liteyuki_statistics/lang/ru-RU.lang b/src/resources/liteyuki_statistics/lang/ru-RU.lang new file mode 100644 index 0000000..9420f02 --- /dev/null +++ b/src/resources/liteyuki_statistics/lang/ru-RU.lang @@ -0,0 +1,2 @@ +stat.message=Рейтинг выступлений +stat.rank=Рейтинг выступлений \ No newline at end of file