We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495c9d9 commit 16da863Copy full SHA for 16da863
modules/self_contained/pica/metadata.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "Pica",
3
+ "version": "0.2",
4
+ "display_name": "哔咔漫画",
5
+ "authors": [
6
+ "SAGIRI-kawaii",
7
+ "I_love_study"
8
+ ],
9
+ "description": "一个接入哔咔漫画的插件,支持搜索关键词,随机漫画,下载漫画,排行榜获取",
10
+ "usage": [
11
+ "在群中发送 `pica search {keyword}` 来搜索特定关键词",
12
+ "在群中发送 `pica random` 来获取随机漫画",
13
+ "在群中发送 `pica rank -H24/-D7/-D30` 来获取24小时/一周/一月内排行榜",
14
+ "在群中发送 `pica download (-message|-forward) {comic_id}` 来获取图片消息/转发消息/压缩文件形式的漫画"
15
16
+ "example": [
17
+ "pica search 和泉纱雾",
18
+ "pica random",
19
+ "pica rank -H24"
20
21
+ "icon": "",
22
+ "prefix": ["/", ""],
23
+ "triggers": ["pica", "哔咔"]
24
+}
0 commit comments