chore: configure eslint and update gitignore

This commit is contained in:
TYt50
2026-02-01 15:07:02 +08:00
parent 1cbd819ff6
commit 8908d56518
13 changed files with 1938 additions and 643 deletions

15
export.bat Normal file
View File

@@ -0,0 +1,15 @@
@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