Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2023
1 parent 642dae8 commit 1c6e792
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 25 deletions.
6 changes: 3 additions & 3 deletions dist/ebook/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>

<title>E-Book Reader</title>
<link rel="stylesheet" href="../styles/inject.css?v=1702658885" />
<link rel="stylesheet" href="../styles/inject.css?v=1702910263" />
<style>
:root {
--active-bg: rgba(0, 0, 0, 0.05);
Expand Down Expand Up @@ -387,8 +387,8 @@ <h1 id="side-bar-title"></h1>
</svg>
</button>
</div>
<script src="../libs/foliate-js/ebook.js?v=1702658885" type="module"></script>
<script src="./ebook-global.js?v=1702658885"></script>
<script src="../libs/foliate-js/ebook.js?v=1702910263" type="module"></script>
<script src="./ebook-global.js?v=1702910263"></script>
<script src="../content_script.js"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions dist/ebook/make/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content="default-src 'self' blob:; script-src * data: blob: 'unsafe-inline' 'unsafe-eval'; style-src 'self' blob: 'unsafe-inline'; img-src 'self' blob: data:; connect-src 'self' blob: data:; frame-src blob: data:; object-src blob: data:; form-action 'none';"
/>
<title>E-Book Maker</title>
<link rel="stylesheet" href="../../styles/inject.css?v=1702658885" />
<link rel="stylesheet" href="../../styles/inject.css?v=1702910263" />
<style>
:root {
--active-bg: rgba(0, 0, 0, 0.05);
Expand Down Expand Up @@ -572,8 +572,8 @@ <h1 class="notranslate">
<div id="chapters"></div>
</div>

<script src="../../libs/foliate-js/make.js?v=1702658885" type="module"></script>
<script src="../ebook-builder-global.js?v=1702658885"></script>
<script src="../../libs/foliate-js/make.js?v=1702910263" type="module"></script>
<script src="../ebook-builder-global.js?v=1702910263"></script>
<script src="../../content_script.js" type="module"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion dist/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ <h1 id="side-bar-title"></h1>
</svg>
</button>
</div>
<script src="./html.js?v=1702658886"></script>
<script src="./html.js?v=1702910263"></script>
<script src="../content_script.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions dist/libs/foliate-js/make.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/libs/subtitle/subtitle.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion dist/pdf/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@ async function handlePdf(pdfDoc) {
}
return pdfDoc;
} catch (error) {
alert(error.message);
let errMsg = error.message;
if (errMsg.startsWith("Expected instance of e, but got instance of undefined")) {
errMsg = "该 PDF 文件导出解析出现异常,建议切换 译文(打印)";
}
alert(errMsg);
console.error(error);
}
}
Expand Down
4 changes: 2 additions & 2 deletions dist/pdf/immservie.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/pdf/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
type="application/l10n"
href="../pdf/locale/locale.properties"
/>
<script src="../build/pdf.js?v=1702658886"></script>
<script src="../build/pdf.js?v=1702910263"></script>

<script src="../pdf/entry.js?v=1702658886"></script>
<link rel="stylesheet" href="../pdf/viewer.css?v=1702658886" />
<script src="../pdf/viewer.js?v=1702658886"></script>
<link rel="stylesheet" href="../pdf/custom-pdf.css?v=1702658886" />
<script src="../pdf/entry.js?v=1702910263"></script>
<link rel="stylesheet" href="../pdf/viewer.css?v=1702910263" />
<script src="../pdf/viewer.js?v=1702910263"></script>
<link rel="stylesheet" href="../pdf/custom-pdf.css?v=1702910263" />
<link rel="stylesheet" href="../pdf/jquery/jquery-ui-1.13.2.css" />
<script src="../pdf/immservie.js?v=1702658886"></script>
<script src="../pdf/immservie.js?v=1702910263"></script>
<script src="../pdf/download/html2canvas.min.js"></script>
<script src="../pdf/download/pdf-lib-1.17.1.min.js"></script>
<link rel="stylesheet" href="../styles/inject.css" /></head>
Expand All @@ -60,7 +60,7 @@
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVZZDLS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<link rel="stylesheet" href="../pdf/entry.css?v=1702658886" />
<link rel="stylesheet" href="../pdf/entry.css?v=1702910263" />
<div id="outerContainer">
<div id="sidebarContainer">
<div id="toolbarSidebar">
Expand Down
8 changes: 4 additions & 4 deletions dist/subtitle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
/>
<title>Local Subtitle</title>

<link rel="stylesheet" href="../styles/pico.css?v=1702658885" />
<link rel="stylesheet" href="../styles/inject.css?v=1702658885" />
<link rel="stylesheet" href="./subtitle.css?v=1702658885" />
<link rel="stylesheet" href="../styles/pico.css?v=1702910263" />
<link rel="stylesheet" href="../styles/inject.css?v=1702910263" />
<link rel="stylesheet" href="./subtitle.css?v=1702910263" />
<style>
#drop-target {
height: 100vh;
Expand Down Expand Up @@ -69,7 +69,7 @@ <h4 class="notranslate">
</div>
</div>
<div id="mount"></div>
<script src="../libs/subtitle/subtitle.js?v=1702658885"></script>
<script src="../libs/subtitle/subtitle.js?v=1702910263"></script>
<script src="../content_script.js"></script>
</body>
</html>

0 comments on commit 1c6e792

Please sign in to comment.