上传文件至「/」

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
+8
View File
@@ -0,0 +1,8 @@
@echo off
chcp 65001 >nul
cd /d "%~dp0"
if exist "python\python.exe" (set PY=python\python.exe) else (set PY=python)
echo Starting Anisong Organizer web UI...
echo (Close the browser page to exit.)
%PY% app\anime_sorter.py --web
if errorlevel 1 pause