From 381bcc772d6250f301294a219781a71e6ba8df8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A6=AC=E5=89=83=20=E5=A4=A9=E6=84=9B=E6=98=9F?= <131457234+TiaraBasori@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?=E4=B8=8D=E6=98=8E=E5=8E=9F=E5=9B=A0=E5=9C=A8plugins.json?= =?UTF-8?q?=E9=87=8C=E6=B6=88=E5=A4=B1=E7=9A=84GPT=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 如题 --- plugins.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index d0b42f01..03e4efd8 100644 --- a/plugins.json +++ b/plugins.json @@ -163,6 +163,10 @@ "url": "https://github.com/TeleBoxOrg/TeleBox_Plugins/blob/main/goodnight/goodnight.ts?raw=true", "desc": "自动统计晚安/早安" }, + "gpt": { + "url": "https://github.com/TeleBoxOrg/TeleBox_Plugins/blob/main/gpt/gpt.ts?raw=true", + "desc": "GPT智能助手" + }, "gt": { "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/gt/gt.ts?raw=true", "desc": "谷歌中英文互译" @@ -419,4 +423,4 @@ "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/zpr/zpr.ts?raw=true", "desc": "二次元图片" } -} \ No newline at end of file +}