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, }],