diff --git a/apps/button.js b/apps/button.js index 23090bc9..1d9ddc73 100644 --- a/apps/button.js +++ b/apps/button.js @@ -54,7 +54,7 @@ export class ChatGPTButtonHandler extends plugin { async btnHandler (e, options, reject) { // logger.mark('[chatgpt按钮处理器]') - if (!Config.enableMd || (e.adapter !== 'shamrock' && (!segment.button || segment.button(1)?.content !== 1))) { + if (!Config.enableMd)) { return null } const fnc = e.logFnc