瀏覽代碼

fix: image num

master
zhayujie 10 月之前
父節點
當前提交
1e0822703a
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. +0
    -4
      bot/linkai/link_ai_bot.py

+ 0
- 4
bot/linkai/link_ai_bot.py 查看文件

@@ -387,11 +387,7 @@ class LinkAIBot(Bot):
if not image_urls:
return
try:
i = 0
for url in image_urls:
if i >= 3:
continue
i += 1
if url.endswith(".mp4"):
reply_type = ReplyType.VIDEO_URL
elif url.endswith(".pdf") or url.endswith(".doc") or url.endswith(".docx"):


Loading…
取消
儲存