We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6262aab commit 27e69efCopy full SHA for 27e69ef
plugin/saucenao/searcher.go
@@ -111,9 +111,8 @@ func init() { // 插件主体
111
if result, err := yandex.Yandex(pic); err != nil {
112
ctx.SendChain(message.Text("ERROR: ", err))
113
} else {
114
- // 返回SauceNAO的结果
115
ctx.SendChain(
116
- message.Text("我有把握是这个!"),
+ message.Text("也许是这个?"),
117
message.Text(
118
"\n",
119
"标题:", result.Title, "\n",
@@ -123,8 +122,8 @@ func init() { // 插件主体
123
122
"直链:", "https://pixivel.moe/detail?id=", result.Pid,
124
),
125
)
126
- continue
127
}
+ // 不论结果如何都执行 ascii2d 搜索
128
if result, err := ascii2d.Ascii2d(pic); err != nil {
129
130
continue
0 commit comments