Skip to content

Commit 52f49ea

Browse files
authored
feat: 添加新插件@karinjs/puppeteer和karin-plugin-yenai (#21)
* fix: 添加新插件@karinjs/puppeteer和karin-plugin-yenai * fix: 添加新插件@karinjs/adapter-icqq
1 parent c5fb775 commit 52f49ea

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

plugins.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,30 @@
2424
}
2525
]
2626
},
27+
{
28+
"name": "@karinjs/puppeteer",
29+
"type": "npm",
30+
"description": "karin plugin puppeteer",
31+
"home": "https://github.com/karinjs/puppeteer",
32+
"license": {
33+
"name": "MIT",
34+
"url": "https://github.com/karinjs/puppeteer/blob/main/LICENSE"
35+
},
36+
"time": "2025-01-19 10:00:00",
37+
"author": [
38+
{
39+
"name": "shijin",
40+
"home": "https://github.com/sj817"
41+
}
42+
],
43+
"repo": [
44+
{
45+
"type": "github",
46+
"url": "https://github.com/karinjs/puppeteer",
47+
"branch": "main"
48+
}
49+
]
50+
},
2751
{
2852
"name": "karin-plugin-kkk",
2953
"type": "npm",
@@ -206,6 +230,54 @@
206230
"branch": "build"
207231
}
208232
]
233+
},
234+
{
235+
"name": "karin-plugin-yenai",
236+
"type": "npm",
237+
"description": "karin plugin yenai",
238+
"home": "https://github.com/yusheng929/karin-plugin-yenai",
239+
"license": {
240+
"name": "MIT",
241+
"url": "https://github.com/yusheng929/karin-plugin-yenai/blob/main/LICENSE"
242+
},
243+
"time": "2025-01-19 10:00:00",
244+
"author": [
245+
{
246+
"name": "yusheng929",
247+
"home": "https://github.com/yusheng929"
248+
}
249+
],
250+
"repo": [
251+
{
252+
"type": "github",
253+
"url": "https://github.com/yusheng929/karin-plugin-yenai",
254+
"branch": "main"
255+
}
256+
]
257+
},
258+
{
259+
"name": "@karinjs/adapter-icqq",
260+
"type": "npm",
261+
"description": "karin plugin icqq",
262+
"home": "https://github.com/KarinJS/karin-plugin-adapter-icqq",
263+
"license": {
264+
"name": "MIT",
265+
"url": "https://github.com/KarinJS/karin-plugin-adapter-icqq/blob/main/LICENSE"
266+
},
267+
"time": "2025-01-19 10:00:00",
268+
"author": [
269+
{
270+
"name": "shijin",
271+
"home": "https://github.com/sj817"
272+
}
273+
],
274+
"repo": [
275+
{
276+
"type": "github",
277+
"url": "https://github.com/KarinJS/karin-plugin-adapter-icqq",
278+
"branch": "main"
279+
}
280+
]
209281
}
210282
]
211283
}

0 commit comments

Comments
 (0)