koishi-plugin-chat-patch 2.4.4 → 2.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-chat-patch",
|
|
3
3
|
"description": "[<ruby>chat-patch<rp>(</rp><rt>点我预览效果</rt><rp>)</rp></ruby>](https://i0.hdslb.com/bfs/openplatform/71074dfc9e5256fc3333d8bd8478bec1af874046.png) 视奸小插件((bushi( (低性能警告)。手机端适配。灵感来自 chat 插件。",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.5",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"koishi": "^4.16.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
+
"@element-plus/icons-vue": "^2.3.2",
|
|
40
41
|
"@koishijs/client": "^5.11.0",
|
|
41
42
|
"@types/mime-types": "^3.0.1",
|
|
42
43
|
"autoprefixer": "^10.4.23",
|
|
44
|
+
"element-plus": "^2.13.0",
|
|
43
45
|
"koishi": "^4.16.0",
|
|
44
46
|
"postcss": "^8.5.6",
|
|
45
47
|
"tailwindcss": "^3.4.17"
|
|
46
48
|
},
|
|
47
49
|
"dependencies": {
|
|
48
|
-
"@element-plus/icons-vue": "^2.3.2",
|
|
49
|
-
"element-plus": "^2.13.0",
|
|
50
50
|
"mime-types": "^3.0.2"
|
|
51
51
|
}
|
|
52
52
|
}
|