From 804cffb7bb32286e9586607711b7008c90e421cc Mon Sep 17 00:00:00 2001 From: Shigma Date: Fri, 23 Dec 2022 01:29:03 +0800 Subject: [PATCH] chore: fix typos --- docs/plugins.md | 2 +- packages/nonebot/package.json | 3 ++- packages/nonebot/readme.md | 2 +- plugins/gscode/package.json | 2 +- plugins/warframe/package.json | 2 +- plugins/weather-lite/package.json | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/plugins.md b/docs/plugins.md index beec98f..e3b7576 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -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):游戏王卡查插件 diff --git a/packages/nonebot/package.json b/packages/nonebot/package.json index 079c913..c2899f2 100644 --- a/packages/nonebot/package.json +++ b/packages/nonebot/package.json @@ -6,7 +6,8 @@ "typings": "lib/index.d.ts", "files": [ "lib", - "dist" + "dist", + "python" ], "author": "NoneBot.js ", "license": "MIT", diff --git a/packages/nonebot/readme.md b/packages/nonebot/readme.md index 46b66cf..9900297 100644 --- a/packages/nonebot/readme.md +++ b/packages/nonebot/readme.md @@ -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):游戏王卡查插件 ## 致谢 diff --git a/plugins/gscode/package.json b/plugins/gscode/package.json index 57fa6df..6dd0e9a 100644 --- a/plugins/gscode/package.json +++ b/plugins/gscode/package.json @@ -7,7 +7,7 @@ "files": [ "lib", "dist", - "nonebot-plugin-gscode/nonebot-plugin-gscode", + "nonebot-plugin-gscode/nonebot_plugin_gscode", "nbp.json" ], "author": "NoneBot.js ", diff --git a/plugins/warframe/package.json b/plugins/warframe/package.json index 86778de..09f2be6 100644 --- a/plugins/warframe/package.json +++ b/plugins/warframe/package.json @@ -7,7 +7,7 @@ "files": [ "lib", "dist", - "nonebot-plugin-warframe/nonebot-plugin-warframe", + "nonebot-plugin-warframe/nonebot_plugin_warframe", "nbp.json" ], "author": "NoneBot.js ", diff --git a/plugins/weather-lite/package.json b/plugins/weather-lite/package.json index 067a17e..943bead 100644 --- a/plugins/weather-lite/package.json +++ b/plugins/weather-lite/package.json @@ -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",