测试并完成linux环境打包,并且确保可以使用

This commit is contained in:
2026-02-06 09:00:11 +08:00
parent 6b03d20a57
commit 3c2fc480a2
5 changed files with 93 additions and 0 deletions

View File

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