We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3d756 commit fe84435Copy full SHA for fe84435
plugin/wife/wifegame.go
@@ -33,7 +33,6 @@ func init() {
33
34
card := cards[rand.Intn(len(cards))]
35
36
- // --- 修改部分:增加图片加载的回退机制 ---
37
pic, err := engine.GetLazyData("wives/"+card, true)
38
if err != nil {
39
logrus.Warnf("[wife] 猜老婆图片同步失败: %v,尝试读取本地文件...", err)
0 commit comments