修改样式

This commit is contained in:
2025-11-21 22:43:18 +08:00
parent 8be9e5b010
commit 726c94be54

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)