mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 11:29:38 +08:00
头像切换到webp.se,修复docker badge, go alert
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# YYeTsBot
|
||||
|
||||
[](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/builder.yaml)
|
||||
[](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml)
|
||||
[](https://hub.docker.com/r/bennythink/yyetsbot)
|
||||
|
||||
* 人人影视bot,[戳我使用](https://t.me/yyets_bot)
|
||||
|
||||
2
YYeTsFE
2
YYeTsFE
Submodule YYeTsFE updated: d816233cb2...e9f4cb1a77
@@ -154,7 +154,7 @@ func douban(c *gin.Context) {
|
||||
}
|
||||
if doubanInfo == "" {
|
||||
var image Image
|
||||
log.Warnf("Douban resource not found, requesting to main site %s...", resourceId)
|
||||
log.Warnf("Douban resource not found, requesting to main site ...")
|
||||
resp, _ := http.Get("https://yyets.dmesg.app" + c.Request.URL.String())
|
||||
body, _ := io.ReadAll(resp.Body)
|
||||
doubanInfo = string(body)
|
||||
|
||||
Reference in New Issue
Block a user