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 Jun 17, 2023
1 parent 12db341 commit 66a4804
Show file tree
Hide file tree
Showing 23 changed files with 287 additions and 287 deletions.
8 changes: 4 additions & 4 deletions dist/chrome/background.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/chrome/libs/foliate-js/make.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/chrome/libs/subtitle/subtitle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_brandName__",
"description": "__MSG_brandDescription__",
"version": "0.6.14",
"version": "0.6.15",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
68 changes: 34 additions & 34 deletions dist/chrome/options.js

Large diffs are not rendered by default.

Binary file modified dist/chrome/pdf/compressed.tracemonkey-pldi-09.pdf
Binary file not shown.
62 changes: 31 additions & 31 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/chrome/styles/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html {
}

body {
max-width: 100%;
max-width: 300px;
padding: 0;
margin: 0;
min-width: 255px;
Expand Down
8 changes: 4 additions & 4 deletions dist/firefox/background.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/firefox/libs/foliate-js/make.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/firefox/libs/subtitle/subtitle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_brandName__",
"description": "__MSG_brandDescription__",
"version": "0.6.14",
"version": "0.6.15",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
68 changes: 34 additions & 34 deletions dist/firefox/options.js

Large diffs are not rendered by default.

Binary file modified dist/firefox/pdf/compressed.tracemonkey-pldi-09.pdf
Binary file not shown.
62 changes: 31 additions & 31 deletions dist/firefox/popup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/firefox/styles/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html {
}

body {
max-width: 100%;
max-width: 300px;
padding: 0;
margin: 0;
min-width: 255px;
Expand Down
70 changes: 35 additions & 35 deletions dist/userscript/immersive-translate.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
value=""
/>
</div>
<script src="./options.js?v=4c0545c0c8521a9bf538f895a4bee0d3acb67cd480c29fdc331661e2b4fb2224"></script>
<script src="./options.js?v=5053a27734250e3ca8058ccd5d15fd21554b508613e177862e4614d19b8428e2"></script>
</body>
</html>
70 changes: 35 additions & 35 deletions docs/options/options.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/options/styles/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html {
}

body {
max-width: 100%;
max-width: 300px;
padding: 0;
margin: 0;
min-width: 255px;
Expand Down
2 changes: 1 addition & 1 deletion docs/styles/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html {
}

body {
max-width: 100%;
max-width: 300px;
padding: 0;
margin: 0;
min-width: 255px;
Expand Down

0 comments on commit 66a4804

Please sign in to comment.