diff --git a/apps/tools.js b/apps/tools.js index 0a17395..9fe3b5c 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -700,10 +700,10 @@ export class tools extends plugin { "收藏": favorite, }; // 截断标题,查看Redis中是否存在,避免频繁走网络连接 - const { shortLink, shortLink2 } = await this.biliAnimeCacheDetect(result.title, result.cover); + const title = result.title; e.reply([ segment.image(resp.result.cover), - `${ this.identifyPrefix }识别:哔哩哔哩番剧,${ result.title }\n🎯 评分: ${ result?.rating?.score ?? '-' } / ${ result?.rating?.count ?? '-' }\n📺 ${ result.new_ep.desc }, ${ result.seasons[0].new_ep.index_show }\n`, + `${ this.identifyPrefix }识别:哔哩哔哩番剧,${ title }\n🎯 评分: ${ result?.rating?.score ?? '-' } / ${ result?.rating?.count ?? '-' }\n📺 ${ result.new_ep.desc }, ${ result.seasons[0].new_ep.index_show }\n`, `${ formatBiliInfo(dataProcessMap) }`, `\n\n🪶 在线观看: ${ await urlTransformShortLink(ANIME_SERIES_SEARCH_LINK + title) }`, `\n🌸 在线观看: ${ await urlTransformShortLink(ANIME_SERIES_SEARCH_LINK2 + title) }`