Skip to content

Commit 319c690

Browse files
authored
更新 wifegame.go
1 parent a37cf1b commit 319c690

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

plugin/wife/wifegame.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func init() {
3232
class := 3
3333

3434
card := cards[rand.Intn(len(cards))]
35-
3635
pic, err := engine.GetLazyData("wives/"+card, true)
3736
if err != nil {
3837
logrus.Warnf("[wife] 猜老婆图片同步失败: %v,尝试读取本地文件...", err)
@@ -42,8 +41,6 @@ func init() {
4241
return
4342
}
4443
}
45-
// ------------------------------------
46-
4744
work, name := card2name(card)
4845
name = strings.ToLower(name)
4946
img, _, err := image.Decode(bytes.NewReader(pic))

0 commit comments

Comments
 (0)