修改原本程序结构,新增命令逻辑

This commit is contained in:
2026-02-04 10:37:51 +08:00
parent a11a5f0510
commit 2d781b9151
5 changed files with 31 additions and 1 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)

2
windows/command/help.py Normal file
View File

@@ -0,0 +1,2 @@
print("jm", "{:12}选择你需要下载的漫画".format(" "))
print("version", "{:7}查看当前版本".format(" "))

View File

@@ -0,0 +1,2 @@
print("jm_download_python")
print("2026-02-04", "(v0.02)")