修改样式

This commit is contained in:
2025-11-21 22:43:18 +08:00
parent 7039f254e6
commit 3b6845844f

7
Download.py Normal file
View File

@@ -0,0 +1,7 @@
import jmcomic as jm
print(f'Input jmcomic Car_ID')
car_id = input()
jm.download_album(car_id)