上传文件至「/」

This commit is contained in:
UMR
2026-08-30 23:45:38 +08:00
parent 877c80fea1
commit cbf1001162
3 changed files with 298 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
@echo off
chcp 65001 >nul
cd /d "%~dp0"
if exist "python\python.exe" (set PY=python\python.exe) else (set PY=python)
%PY% app\anime_sorter.py %*
pause