From 03398611fda21789eb17d07ea613c2cb93ad7400 Mon Sep 17 00:00:00 2001 From: hect0x7 <93357912+hect0x7@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:06:02 +0800 Subject: [PATCH] add newline --- assets/docs/sources/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/docs/sources/index.md b/assets/docs/sources/index.md index 94609765..021f1a4c 100644 --- a/assets/docs/sources/index.md +++ b/assets/docs/sources/index.md @@ -12,6 +12,7 @@ Python API for JMComic(禁漫天堂) - Command line: No need to write Python code, simple and easy to use. (See tutorial → [Tutorial - Download Album via Command Line](./tutorial/2_command_line.md)) - Python code: The most flexible and powerful way, requires some basic knowledge of Python programming. + - Supports two client implementations: web-based and mobile-based. Switchable through configuration (mobile-based has better IP compatibility, web-based has higher efficiency). - Supports automatic request retry and domain switching mechanism. @@ -23,6 +24,7 @@ Python API for JMComic(禁漫天堂) - Configuration options include: `request domain`, `client implementation`, `number of chapters/images downloaded simultaneously`, `image format conversion`, `download path rules`, `request metadata (headers, cookies, proxies)`, and more. + - Highly extensible: - Supports Plugin for easy functionality extension and use of other plugins.