From cc8277d4622e6bccfdbe19f1ba9ead3116779de7 Mon Sep 17 00:00:00 2001 From: nyne <67669799+wgh136@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:17:36 +0800 Subject: [PATCH] Update import_comic.md --- doc/import_comic.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/import_comic.md b/doc/import_comic.md index 5cd00d5..bf9b299 100644 --- a/doc/import_comic.md +++ b/doc/import_comic.md @@ -7,17 +7,9 @@ However, the comic files must be in a specific format. ## Comic Directory -A directory considered as a comic directory only if it follows the following two types of structure: +A directory considered as a comic directory only if it follows one of the following two types of structure: -The file name can be anything, but the extension must be a valid image extension. - -The page order is determined by the file name. App will sort the files by name and display them in that order. - -Cover image is optional. -If there is a file named `cover.[ext]` in the directory, it will be considered as the cover image. -Otherwise, the first image will be considered as the cover image. - -### Without Chapter +**Without Chapter** ``` comic_directory @@ -28,7 +20,7 @@ comic_directory ├── ... ``` -### With Chapter +**With Chapter** ``` comic_directory @@ -46,6 +38,16 @@ comic_directory ├── ... ``` +The file name can be anything, but the extension must be a valid image extension. + +The page order is determined by the file name. App will sort the files by name and display them in that order. + +Cover image is optional. +If there is a file named `cover.[ext]` in the directory, it will be considered as the cover image. +Otherwise, the first image will be considered as the cover image. + +The name of directory will be used as comic title. And the name of chapter directory will be used as chapter title. + ## Archive Venera supports importing comics from archive files. @@ -56,4 +58,4 @@ Currently, Venera supports the following archive formats: - `.cbz` - `.cb7` - `.zip` -- `.7z` \ No newline at end of file +- `.7z`