测试并完成linux环境打包,并且确保可以使用
This commit is contained in:
8
linux/command/Download.py
Normal file
8
linux/command/Download.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import jmcomic as jm
|
||||
import os, sys
|
||||
|
||||
print(f'请输入 jmcomic 车号')
|
||||
|
||||
car_id = input()
|
||||
|
||||
jm.download_album(car_id)
|
||||
Reference in New Issue
Block a user