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