|
6 | 6 | > jmcomic库封装了一套可用于爬取禁漫的Python API. |
7 | 7 | > |
8 | 8 | > 你可以通过简单的几行Python代码,访问禁漫的接口,以及下载禁漫的本子。 |
9 | | -> |
| 9 | +> |
10 | 10 | > [查看项目更新计划](TODO.md) |
11 | 11 |
|
| 12 | +## 一图看懂 JMComic 工具生态 |
12 | 13 |
|
| 14 | + |
13 | 15 |
|
14 | 16 | ## 入门 |
15 | 17 |
|
16 | 18 | - [快速上手(GitHub README)](https://github.com/hect0x7/JMComic-Crawler-Python/tree/master?tab=readme-ov-file#%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B) |
17 | 19 | - [常用类和方法演示](tutorial/0_common_usage.md) |
18 | 20 | - [option配置以及插件写法](./option_file_syntax.md) |
19 | 21 |
|
20 | | - |
21 | | - |
22 | 22 | ## 特殊用法教程 |
| 23 | + |
23 | 24 | - [使用GitHub Actions下载本子](./tutorial/1_github_actions.md) |
24 | 25 | - [使用GitHub Actions导出收藏夹](tutorial/10_export_favorites.md) |
25 | 26 | - [命令行用法教程](tutorial/2_command_line.md) |
26 | 27 | - [测试你的ip能访问哪些禁漫域名](tutorial/8_pick_domain.md) |
27 | 28 |
|
28 | | - |
29 | | - |
30 | 29 | ## 核心机制 |
| 30 | + |
31 | 31 | - [下载过滤器机制](tutorial/5_filter.md) |
32 | 32 | - [插件机制](tutorial/6_plugin.md) |
33 | 33 |
|
34 | | - |
35 | | - |
36 | 34 | ## 自定义 |
| 35 | + |
37 | 36 | - [下载文件夹名](tutorial/9_custom_download_dir_name.md) |
38 | 37 | - [日志](tutorial/11_log_custom.md) |
39 | 38 | - [模块](tutorial/4_module_custom.md) |
40 | 39 |
|
| 40 | +## 相关项目 |
| 41 | + |
| 42 | +<table align="center"> |
| 43 | + <tr> |
| 44 | + <td align="center"> |
| 45 | + <a href="https://github.com/hect0x7/JMComic-Crawler-Python"> |
| 46 | + <picture> |
| 47 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-JMComic-Crawler-Python-dark.svg?" /> |
| 48 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-JMComic-Crawler-Python.svg?" /> |
| 49 | + <img alt="Repo Card" src="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-JMComic-Crawler-Python-dark.svg?" /> |
| 50 | + </picture> |
| 51 | + </a> |
| 52 | + </td> |
| 53 | + <td align="center"> |
| 54 | + <a href="https://github.com/hect0x7/JMComic-APK"> |
| 55 | + <picture> |
| 56 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-JMComic-APK-dark.svg?" /> |
| 57 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-JMComic-APK.svg?" /> |
| 58 | + <img alt="Repo Card" src="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-JMComic-APK-dark.svg?" /> |
| 59 | + </picture> |
| 60 | + </a> |
| 61 | + </td> |
| 62 | + </tr> |
| 63 | + <tr> |
| 64 | + <td align="center"> |
| 65 | + <a href="https://github.com/hect0x7/plugin-jm-server"> |
| 66 | + <picture> |
| 67 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-plugin-jm-server-dark.svg?" /> |
| 68 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-plugin-jm-server.svg?" /> |
| 69 | + <img alt="Repo Card" src="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-plugin-jm-server-dark.svg?" /> |
| 70 | + </picture> |
| 71 | + </a> |
| 72 | + </td> |
| 73 | + <td align="center"> |
| 74 | + <a href="https://github.com/hect0x7/jmcomic-ai"> |
| 75 | + <picture> |
| 76 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-jmcomic-ai-dark.svg?" /> |
| 77 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-jmcomic-ai.svg?" /> |
| 78 | + <img alt="Repo Card" src="https://raw.githubusercontent.com/hect0x7/hect0x7/refs/heads/master/profile/pin-jmcomic-ai-dark.svg?" /> |
| 79 | + </picture> |
| 80 | + </a> |
| 81 | + </td> |
| 82 | + </tr> |
| 83 | +</table> |
0 commit comments