Renew Projects

This commit is contained in:
e2hang
2025-12-31 13:22:56 +08:00
parent 4b60ced553
commit d143bbc65c
1753 changed files with 841 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# client
::: jmcomic.jm_client_impl
options:
members:
- JmHtmlClient
- JmApiClient

View File

@@ -0,0 +1,6 @@
# command-line
::: jmcomic.cl
options:
members:
- JmcomicUI

View File

@@ -0,0 +1,9 @@
# config
::: jmcomic.jm_config
options:
members:
- JmMagicConstants
- JmModuleConfig
- default_jm_logging

View File

@@ -0,0 +1,11 @@
# download
::: jmcomic.api
options:
members:
- download_album
- download_photo
- create_option
- create_option_by_env
- create_option_by_file
- create_option_by_str

View File

@@ -0,0 +1,11 @@
# entity
::: jmcomic.jm_entity
options:
inherited_members: true
members:
- JmAlbumDetail
- JmPhotoDetail
- JmImageDetail
- JmPageContent
- JmSearchPage

View File

@@ -0,0 +1,7 @@
# option
::: jmcomic.jm_option
options:
members:
- DirRule
- JmOption

View File

@@ -0,0 +1,6 @@
# plugin
::: jmcomic.jm_plugin
options:
filters:
- Plugin$

View File

@@ -0,0 +1,11 @@
# toolkit
::: jmcomic.jm_toolkit
options:
inherited_members: true
members:
- JmcomicText
- PatternTool
- JmPageTool
- JmImageTool
- JmCryptoTool