Skip to content

Commit ded2044

Browse files
🎨 改进代码样式
1 parent 47064db commit ded2044

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ import (
5454
// b站相关
5555
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_bilibili" // 查询b站用户信息
5656
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_bilibili_parse" // b站视频链接解析
57+
5758
// _ "github.com/FloatTech/ZeroBot-Plugin/plugin_bilibili_push" // b站推送
5859
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_diana" // 嘉心糖发病
5960

plugin_bilibili_parse/bilibili_parse.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
package bilibiliparse
33

44
import (
5-
"github.com/FloatTech/ZeroBot-Plugin/order"
5+
"regexp"
6+
"strings"
7+
68
"github.com/FloatTech/zbputils/control"
79
"github.com/antchfx/htmlquery"
810
log "github.com/sirupsen/logrus"
911
zero "github.com/wdvxdr1123/ZeroBot"
1012
"github.com/wdvxdr1123/ZeroBot/message"
11-
"regexp"
12-
"strings"
13+
14+
"github.com/FloatTech/ZeroBot-Plugin/order"
1315
)
1416

1517
var (

0 commit comments

Comments
 (0)