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 Jan 12, 2024
1 parent 5092231 commit c27ab98
Show file tree
Hide file tree
Showing 10 changed files with 1,307 additions and 287 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=1704970296" />
<link rel="stylesheet" href="../styles/inject.css?v=1705062501" />
<style>
:root {
--active-bg: rgba(0, 0, 0, 0.05);
Expand Down Expand Up @@ -388,8 +388,8 @@ <h1 id="side-bar-title"></h1>
</svg>
</button>
</div>
<script src="../libs/foliate-js/ebook.js?v=1704970296" type="module"></script>
<script src="./ebook-global.js?v=1704970296"></script>
<script src="../libs/foliate-js/ebook.js?v=1705062501" type="module"></script>
<script src="./ebook-global.js?v=1705062501"></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=1704970296" />
<link rel="stylesheet" href="../../styles/inject.css?v=1705062501" />
<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=1704970296" type="module"></script>
<script src="../ebook-builder-global.js?v=1704970296"></script>
<script src="../../libs/foliate-js/make.js?v=1705062501" type="module"></script>
<script src="../ebook-builder-global.js?v=1705062501"></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=1704970296"></script>
<script src="./html.js?v=1705062501"></script>
<script src="../content_script.js"></script>
</body>
</html>
Loading

0 comments on commit c27ab98

Please sign in to comment.