mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 02:00:24 +00:00
✨ 增加 GitHub 搜索返回图片
This commit is contained in:
@@ -37,7 +37,7 @@ func init() { // 插件主体
|
||||
repo := info.Get("items.0")
|
||||
// 发送结果
|
||||
switch ctx.State["regex_matched"].([]string)[1] {
|
||||
case "-pic ": // 图片模式
|
||||
case "-p ": // 图片模式
|
||||
ctx.SendChain(message.Image(
|
||||
"https://opengraph.githubassets.com/0/"+repo.Get("full_name").Str,
|
||||
).Add("cache", 0))
|
||||
|
||||
Reference in New Issue
Block a user