From 152a23c518378f0610f7f6acc3f6da6ba2eacd7b Mon Sep 17 00:00:00 2001 From: Shigma <1700011071@pku.edu.cn> Date: Sat, 15 Jan 2022 16:18:17 +0800 Subject: [PATCH] chore: add community plugins --- README.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d089b22690..367e5c8972 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,9 @@ Koishi 完全基于 TypeScript 开发,拥有顶级的类型支持,丰富的 | [adapter-minecraft](https://github.com/koishijs/koishi-plugin-adapter-minecraft) | Minecraft 适配器 | | [assets-smms](https://github.com/koishijs/koishi-plugin-assets-smms) | 使用 sm.ms 存储静态资源文件 | | [chess](https://github.com/koishijs/koishi-plugin-chess) | 棋类游戏 | +| [crazy-thursday](https://github.com/koishijs/koishi-plugin-crazy-thursday) | 输出 KFC 疯狂星期四段子 | | [dice](https://github.com/koishijs/koishi-plugin-dice) | 掷骰 | +| [eval-react-jsx](https://github.com/koishijs/koishi-plugin-eval-react-jsx) | 在 Eval 环境支持 React JSX | | [gocqhttp](https://github.com/koishijs/koishi-plugin-gocqhttp) | [gocqhttp](https://github.com/Mrs4s/go-cqhttp) 启动器 | | [image-search](https://github.com/koishijs/koishi-plugin-image-search) | 图源搜索 | | [pics](https://github.com/koishijs/koishi-plugin-pics) | 随机图片 | diff --git a/package.json b/package.json index 857b3a882b..124e2c1a9c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/source-map-support": "^0.5.4", "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.0", - "c8": "^7.10.0", + "c8": "^7.11.0", "cac": "^6.7.3", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", @@ -74,7 +74,7 @@ "json5": "^2.2.0", "kleur": "^4.1.4", "latest-version": "^5.1.0", - "mocha": "^9.1.1", + "mocha": "^9.1.4", "nock": "^13.1.3", "open": "^8.2.1", "ora": "^5.4.1",