mirror of
https://github.com/danbulant/Mangades
synced 2026-06-18 13:51:05 +00:00
Update generateEpub.js
Force addition
This commit is contained in:
parent
56562f88ca
commit
ac60ed6d1c
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ export class EpubGenerator extends BaseGenerator {
|
|||
textContent.push(enc.encode(`<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>Page ${i + 1}</title>
|
||||
<title>Page ${Number(i) + Number(1)}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="EPB-UUID" content=""/>
|
||||
</head>
|
||||
|
|
@ -170,4 +170,4 @@ export class EpubGenerator extends BaseGenerator {
|
|||
</navMap>
|
||||
</ncx>`), true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue