mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-06-22 21:29:55 +02:00
rename files
This commit is contained in:
parent
51c04fecb0
commit
88eea07747
internal
converter
epub
epub.goepub_content.goepub_image_data.goepub_image_filters.goepub_image_processing.goepub_progress.goepub_templates.goepub_toc.goepub_tree.goepub_zip.go
filters
epub_filters_autorotate.goepub_filters_crop.goepub_filters_pixel.goepub_filters_position.goepub_filters_resize.go
sortpath
templates.gotemplates
21
internal/epub/epub_templates.go
Normal file
21
internal/epub/epub_templates.go
Normal file
@ -0,0 +1,21 @@
|
||||
package epub
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed "templates/epub_templates_container.xml.tmpl"
|
||||
var containerTmpl string
|
||||
|
||||
//go:embed "templates/epub_templates_applebooks.xml.tmpl"
|
||||
var appleBooksTmpl string
|
||||
|
||||
//go:embed "templates/epub_templates_style.css.tmpl"
|
||||
var styleTmpl string
|
||||
|
||||
//go:embed "templates/epub_templates_title.xhtml.tmpl"
|
||||
var titleTmpl string
|
||||
|
||||
//go:embed "templates/epub_templates_text.xhtml.tmpl"
|
||||
var textTmpl string
|
||||
|
||||
//go:embed "templates/epub_templates_blank.xhtml.tmpl"
|
||||
var blankTmpl string
|
@ -1,21 +0,0 @@
|
||||
package epub
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed "templates/container.xml.tmpl"
|
||||
var containerTmpl string
|
||||
|
||||
//go:embed "templates/applebooks.xml.tmpl"
|
||||
var appleBooksTmpl string
|
||||
|
||||
//go:embed "templates/style.css.tmpl"
|
||||
var styleTmpl string
|
||||
|
||||
//go:embed "templates/title.xhtml.tmpl"
|
||||
var titleTmpl string
|
||||
|
||||
//go:embed "templates/text.xhtml.tmpl"
|
||||
var textTmpl string
|
||||
|
||||
//go:embed "templates/blank.xhtml.tmpl"
|
||||
var blankTmpl string
|
Loading…
x
Reference in New Issue
Block a user