1
0
forked from bot/app

feat: 配置项目的热修改

This commit is contained in:
2024-03-29 14:58:24 +08:00
parent f23567194c
commit aed63c34c9
10 changed files with 148 additions and 89 deletions

View File

@ -3,4 +3,19 @@ title: 功能命令
icon: laptop-code
order: 2
category: 使用手册
---
---
## 功能插件命令
### 轻雪天气`liteyuki_weather`
配置项
```yaml
weather-key # 和风天气的天气key
```
命令
```shell
weather <keywords...> # 查询目标地天气,例如:"天气 北京 海淀", "weather Tokyo Shinjuku"
bind-city <keywords...> # 绑定查询城市,个人全局生效
别名weather 天气
```