Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 22, 2022
1 parent dcc8199 commit 804cffb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
- [gscode](https://github.com/monsterxcn/nonebot-plugin-gscode):查询原神前瞻直播兑换码
- [person](https://github.com/jcjrobert/nonebot-plugin-person):随个群友当幸运观众
- [warframe](https://github.com/17TheWord/nonebot-plugin-warframe):星际战甲事件查询插件
- [weather-lite](https://github.com/zjkwdy/nonebot_plugin_weather_lite):使用 wttr.in 的天气查询
- [weather-lite](https://github.com/zjkwdy/nonebot_plugin_weather_lite):使用 [wttr.in](https://wttr.in/) 的天气查询
- [ygo](https://github.com/anlen123/nonebot_plugin_ygo):游戏王卡查插件
3 changes: 2 additions & 1 deletion packages/nonebot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
"dist",
"python"
],
"author": "NoneBot.js <nonebot@proton.me>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/nonebot/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ koishi-plugin-nonebot 团队维护一份 NoneBot 商店的子集并发布到 Koi
- [gscode](https://github.com/monsterxcn/nonebot-plugin-gscode):查询原神前瞻直播兑换码
- [person](https://github.com/jcjrobert/nonebot-plugin-person):随个群友当幸运观众
- [warframe](https://github.com/17TheWord/nonebot-plugin-warframe):星际战甲事件查询插件
- [weather-lite](https://github.com/zjkwdy/nonebot_plugin_weather_lite):使用 wttr.in 的天气查询
- [weather-lite](https://github.com/zjkwdy/nonebot_plugin_weather_lite):使用 [wttr.in](https://wttr.in/) 的天气查询
- [ygo](https://github.com/anlen123/nonebot_plugin_ygo):游戏王卡查插件

## 致谢
Expand Down
2 changes: 1 addition & 1 deletion plugins/gscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"files": [
"lib",
"dist",
"nonebot-plugin-gscode/nonebot-plugin-gscode",
"nonebot-plugin-gscode/nonebot_plugin_gscode",
"nbp.json"
],
"author": "NoneBot.js <nonebot@proton.me>",
Expand Down
2 changes: 1 addition & 1 deletion plugins/warframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"files": [
"lib",
"dist",
"nonebot-plugin-warframe/nonebot-plugin-warframe",
"nonebot-plugin-warframe/nonebot_plugin_warframe",
"nbp.json"
],
"author": "NoneBot.js <nonebot@proton.me>",
Expand Down
2 changes: 1 addition & 1 deletion plugins/weather-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nonebot/koishi-plugin-weather-lite",
"description": "使用 wttr.in 的天气查询",
"description": "使用 [wttr.in](https://wttr.in/) 的天气查询",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 804cffb

Please sign in to comment.