From 1cbd819ff6f13bd23687564374253a66dfdbb69c Mon Sep 17 00:00:00 2001 From: X Date: Thu, 29 Jan 2026 09:31:02 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=AA=E9=99=A4=20=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E8=B4=A6=E5=8F=B7.bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 一键导出账号.bat | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 一键导出账号.bat diff --git a/一键导出账号.bat b/一键导出账号.bat deleted file mode 100644 index 584f692..0000000 --- a/一键导出账号.bat +++ /dev/null @@ -1,15 +0,0 @@ -@echo off -echo ========================================== -echo Exporting Account Data... -echo ========================================== -echo. - -node export.js - -echo. -echo ========================================== -echo EXPORT COMPLETE! -echo Check file: accounts_export.txt -echo ========================================== -echo. -pause