Skip to content

Commit 16f3852

Browse files
authored
Add GIF cropping and image generation plugins
Added new GIF cropping and merging plugin details and an image generation plugin.
1 parent 46b8248 commit 16f3852

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

plugins.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
2+
"astrbot_plugin_gifcaijian": {
3+
"display_name": "裁剪和合并 GIF",
4+
"desc": "可以裁剪和合并gif 分解等功能(后续慢慢润化)",
5+
"author": "shskjw",
6+
"repo": "https://github.com/shskjw/astrbot_plugin_gifcaijian"
7+
},
28
"astrbot_plugin_aicu_analysis": {
39
"display_name": "aicu-b站评论查询",
410
"desc": "通过UID查询AICU数据,生成包含B站用户数据、设备型号及近期评论统计的精美图片报表。",
511
"author": "Huahuatgc",
12+
"tags": ["B站", "playwright"],
613
"repo": "https://github.com/Huahuatgc/astrbot_plugin_aicu",
714
"social_link": "https://github.com/Huahuatgc"
815
},
@@ -13,6 +20,13 @@
1320
"repo": "https://github.com/Xie-Tiao/astrbot_plugin_ShareholderPerks",
1421
"social_link": "https://github.com/Xie-Tiao"
1522
},
23+
"astrbot_plugin_image_generation": {
24+
"display_name": "image_generation",
25+
"desc": "适配图像生成模型,图片编辑,可自定义预设",
26+
"author": "MoonShadow1976",
27+
"repo": "https://github.com/MoonShadow1976/astrbot_plugin_image_generation",
28+
"tags": ["image_generation", "fork"]
29+
},
1630
"astrbot_plugin_echoscore": {
1731
"display_name": "鸣潮声骸评分插件",
1832
"desc": "通过小维 API 提供快速的鸣潮声骸评分,支持图文、引用、LLM 工具调用。",

0 commit comments

Comments
 (0)