diff --git a/plugins.json b/plugins.json index b6e8b70d..2cffc83f 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": "谷歌中英文互译" @@ -427,4 +431,4 @@ "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/zpr/zpr.ts?raw=true", "desc": "二次元图片" } -} \ No newline at end of file +}