goepub

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TitlePattern   = `^\S+.*$`                               // 第一个非空白行是标题
	AuthorPattern  = `^作者[::](.*)$`                          // 第二个非空白行或以“作者”开头的是作者
	IntroPattern   = `^(内容简介[::]|简介[::]|楔子[::]?)(.*)$`       // 内容简介/简介/楔子
	VolumePattern  = `^(第[一二三四五六七八九十百零0-9]+(卷|部|集)).{0,30}$` // 卷标题
	ChapterPattern = `^(第[一二三四五六七八九十百零0-9]+(章|回)).{0,30}$`   // 章节标题
	ExtraPattern   = `^番外.*$`                                // 番外部分
)

文件解析规则的正则表达式

Functions

func NewConverter

func NewConverter() *epub

Types

type Chapter

type Chapter struct {
	Title   string // 章节标题
	Content string // 章节内容
}

Chapter 章节的结构

type Volume

type Volume struct {
	Title    string    // 卷标题
	Chapters []Chapter // 章节列表
}

Volume 卷的结构

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL