修改项目结构

This commit is contained in:
2026-04-13 06:27:15 +08:00
parent 9e7ca9a580
commit c0740883a0
16 changed files with 10 additions and 260 deletions

11
main.py Normal file
View File

@@ -0,0 +1,11 @@
# 主函数
# 引入 jmcomic
import jmcomic as jm
# 下载功能
print(f'请输入 jmcomic 车号')
car_id = input()
jm.download_album(car_id)