mac完成打包,完全没问题了

This commit is contained in:
2026-02-08 16:18:34 +08:00
parent 78e2664230
commit 32f6a6ae91
5 changed files with 93 additions and 0 deletions

8
mac/command/Download.py Normal file
View File

@@ -0,0 +1,8 @@
import jmcomic as jm
import os, sys
print(f'请输入 jmcomic 车号')
car_id = input()
jm.download_album(car_id)