From 3bf732929996e68f0ee9b92d86b2d128777bedaf Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Sat, 24 Aug 2024 22:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20`=E5=8C=BB=E8=8D=AF?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2`=E8=BD=BB=E9=87=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/query.js b/apps/query.js index 5381cea..8ddddaf 100644 --- a/apps/query.js +++ b/apps/query.js @@ -75,7 +75,7 @@ export class query extends plugin { const title = this.removeTag(element.title); const thumbnail = element?.thumbnail || element?.auditDoctor?.thumbnail; const doctor = `\n\n๐Ÿ‘จโ€โš•๏ธ ๅŒป็”Ÿไฟกๆฏ๏ผš${ element?.auditDoctor?.name } - ${ element?.auditDoctor?.clinicProfessional } - ${ element?.auditDoctor?.eduProfessional } - ${ element?.auditDoctor?.institutionName } - ${ element?.auditDoctor?.institutionLevel } - ${ element?.auditDoctor?.departmentName }` - const template = `๐Ÿ“Œ ${ title } - ${ element.secondTitle }${element?.auditDoctor ? doctor : ''}\n\n๐Ÿ“ ็ฎ€ไป‹๏ผš${ element.introduction }`; + const template = `๐Ÿ“Œ ${ title } - ${ element.secondTitle }${ element?.auditDoctor ? doctor : '' }\n\n๐Ÿ“ ็ฎ€ไป‹๏ผš${ element.introduction }`; if (thumbnail) { msg.push({ message: [segment.image(thumbnail), { type: "text", text: template, }],