4 lines
107 B
Batchfile
4 lines
107 B
Batchfile
@echo off
|
|
REM 使用项目虚拟环境运行 build_gallery.py
|
|
.venv\Scripts\python.exe build_gallery.py %*
|