mirror of
https://github.com/danbulant/Mangades
synced 2026-07-06 11:30:46 +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"?>
|
textContent.push(enc.encode(`<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
<head>
|
<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 http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<meta name="EPB-UUID" content=""/>
|
<meta name="EPB-UUID" content=""/>
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -170,4 +170,4 @@ export class EpubGenerator extends BaseGenerator {
|
||||||
</navMap>
|
</navMap>
|
||||||
</ncx>`), true);
|
</ncx>`), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue