From b273034970e7872e0aff6d0d223e3f8b1e20b6d5 Mon Sep 17 00:00:00 2001 From: CaoMeiYouRen <996881204@qq.com> Date: Mon, 18 Nov 2024 15:06:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20PushAllInOne=20?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/one.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/one.ts b/src/one.ts index 1dee185..c9f5ecb 100644 --- a/src/one.ts +++ b/src/one.ts @@ -1,7 +1,7 @@ import { CustomEmail, Dingtalk, Discord, IGot, OneBot, PushDeer, PushPlus, Qmsg, ServerChanTurbo, ServerChanV3, Telegram, WechatApp, WechatRobot, XiZhi } from './index' import { SendResponse } from '@/interfaces/response' -const PushAllInOne = { +export const PushAllInOne = { CustomEmail, Dingtalk, Discord,