From 28f7f600da699539564cfa678bbe6a97092c0b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Sun, 10 Aug 2025 16:36:49 +0800 Subject: [PATCH] =?UTF-8?q?RDP=EF=BC=9A=E8=A1=A5=E5=85=85=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/1Remote_RDP_Autoreconnection/manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 repo/js/1Remote_RDP_Autoreconnection/manifest.json diff --git a/repo/js/1Remote_RDP_Autoreconnection/manifest.json b/repo/js/1Remote_RDP_Autoreconnection/manifest.json new file mode 100644 index 00000000..2070491d --- /dev/null +++ b/repo/js/1Remote_RDP_Autoreconnection/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "name": "1Remote RDP 自动重连", + "version": "1.0", + "bgi_version": "0.39.1", + "description": "用于自动重连远程桌面连接的脚本。\n在连接断开时自动尝试重新连接。", + "authors": [ + { + "name": "火山", + "links": "https://github.com/RRRR623" + } + ], + "settings_ui": "settings.json", + "main": "main.js" +} \ No newline at end of file