Skip to content

Commit

Permalink
Changes by create-pull-request action (#232)
Browse files Browse the repository at this point in the history
* ytdlp bug fix (#233)

* 🎨 改进代码样式

---------

Co-authored-by: Aimer Neige <aimer.neige.soft@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and aimerneige authored Apr 14, 2024
1 parent 304ea74 commit 99c0bd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/klala/draw.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (t *thisdata) drawcard(n int) (string, error) {
// 遗物name
three.DrawStringAnchored(yw.Name, 325, 50, 1, 0)
// 圣遗物属性 主词条
//间隔45,初始145
// 间隔45,初始145
var xx, yy float64 // xx,yy词条相对位置,x,y文本框在全图位置
xx = 15
yy = 145
Expand Down
1 change: 0 additions & 1 deletion plugin/slash/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@ func init() {
ctx.SendChain(message.Reply(ctx.Event.MessageID), message.Text(ctx.CardOrNickName(ctx.Event.UserID)+" "+getPatternInfo+"了 "+ctx.CardOrNickName(sender)))
}
})

}

0 comments on commit 99c0bd2

Please sign in to comment.