From a2014fcae212cd09b6b9bc3b7050ceb836139437 Mon Sep 17 00:00:00 2001 From: Miku404 Date: Fri, 12 Sep 2025 01:18:26 +0800 Subject: [PATCH 1/2] Update bizhi.ts --- bizhi/bizhi.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bizhi/bizhi.ts b/bizhi/bizhi.ts index 46a72b5f..8d2b82c7 100644 --- a/bizhi/bizhi.ts +++ b/bizhi/bizhi.ts @@ -67,7 +67,6 @@ class BizhiPlugin extends Plugin { ); await client.sendFile(msg.peerId, { file, - caption: `壁纸分类:${lx || "随机"}`, replyTo: msg.id, }); await msg.delete(); From 230e42e18737ac0113088f6f5cc50f958e8719e6 Mon Sep 17 00:00:00 2001 From: Miku404 Date: Fri, 12 Sep 2025 01:22:38 +0800 Subject: [PATCH 2/2] Update plugins.json --- plugins.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 4a68ee94..fabe26e5 100644 --- a/plugins.json +++ b/plugins.json @@ -206,5 +206,13 @@ "manage_admin": { "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/manage_admin/manage_admin.ts?raw=true", "desc": "管理管理员" + }, + "manage_admin": { + "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/bizhi/bizhi.ts?raw=true", + "desc": "发送一张壁纸" + }, + "manage_admin": { + "url": "https://github.com/TeleBoxDev/TeleBox_Plugins/blob/main/httpcat/httpcat.ts?raw=true", + "desc": "发送一张http状态码主题的猫猫图片" } -} \ No newline at end of file +}