update: 移除Telegram Bot 中的 https://pan.l9.lc

This commit is contained in:
ctwj
2025-10-25 08:41:14 +08:00
parent ec00f2d823
commit 4c738d1030

View File

@@ -791,7 +791,7 @@ func (s *TelegramBotServiceImpl) handleSearchRequest(message *tgbotapi.Message,
resultText += fmt.Sprintf("... 还有 %d 个结果\n\n", total-5)
}
resultText += "<i>如果资源失效请访问,发送搜索 + 关键字,可以搜索资源 或者访问 https://pan.l9.lc 搜索最新资源</i>"
resultText += "<i>如果资源失效请访问,发送搜索 + 关键字,可以搜索资源</i>"
// 使用包含资源的自动删除功能
s.sendReplyWithResourceAutoDelete(message, resultText)