Skip to content

Commit 16da863

Browse files
committed
将表单独存到一个文件
1 parent 495c9d9 commit 16da863

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)