Renew Projects
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# client
|
||||
|
||||
::: jmcomic.jm_client_impl
|
||||
options:
|
||||
members:
|
||||
- JmHtmlClient
|
||||
- JmApiClient
|
||||
@@ -0,0 +1,6 @@
|
||||
# command-line
|
||||
|
||||
::: jmcomic.cl
|
||||
options:
|
||||
members:
|
||||
- JmcomicUI
|
||||
@@ -0,0 +1,9 @@
|
||||
# config
|
||||
|
||||
::: jmcomic.jm_config
|
||||
options:
|
||||
members:
|
||||
- JmMagicConstants
|
||||
- JmModuleConfig
|
||||
- default_jm_logging
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1,11 @@
|
||||
# entity
|
||||
|
||||
::: jmcomic.jm_entity
|
||||
options:
|
||||
inherited_members: true
|
||||
members:
|
||||
- JmAlbumDetail
|
||||
- JmPhotoDetail
|
||||
- JmImageDetail
|
||||
- JmPageContent
|
||||
- JmSearchPage
|
||||
@@ -0,0 +1,7 @@
|
||||
# option
|
||||
|
||||
::: jmcomic.jm_option
|
||||
options:
|
||||
members:
|
||||
- DirRule
|
||||
- JmOption
|
||||
@@ -0,0 +1,6 @@
|
||||
# plugin
|
||||
|
||||
::: jmcomic.jm_plugin
|
||||
options:
|
||||
filters:
|
||||
- Plugin$
|
||||
@@ -0,0 +1,11 @@
|
||||
# toolkit
|
||||
|
||||
::: jmcomic.jm_toolkit
|
||||
options:
|
||||
inherited_members: true
|
||||
members:
|
||||
- JmcomicText
|
||||
- PatternTool
|
||||
- JmPageTool
|
||||
- JmImageTool
|
||||
- JmCryptoTool
|
||||
Reference in New Issue
Block a user