From 740a5cd2fa8c093b9bf68985930318a2ae7072f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Sun, 10 Aug 2025 16:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20main.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/1Remote_RDP_Autoreconnection/main.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 repo/js/1Remote_RDP_Autoreconnection/main.js diff --git a/repo/js/1Remote_RDP_Autoreconnection/main.js b/repo/js/1Remote_RDP_Autoreconnection/main.js new file mode 100644 index 000000000..8c492e7dd --- /dev/null +++ b/repo/js/1Remote_RDP_Autoreconnection/main.js @@ -0,0 +1,3 @@ +(async function () { + log.error("你不应该这样运行这个脚本。请阅读 README.md 以了解如何正确使用它。"); +})();