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 Jul 7, 2023
1 parent 56036e8 commit d9cd65e
Show file tree
Hide file tree
Showing 21 changed files with 455 additions and 391 deletions.
18 changes: 9 additions & 9 deletions dist/chrome/background.js

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/chrome/libs/foliate-js/make.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions 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.7.2",
"version": "0.7.3",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
83 changes: 42 additions & 41 deletions dist/chrome/options.js

Large diffs are not rendered by default.

85 changes: 43 additions & 42 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions dist/chrome/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,17 @@ a.tiny-button {
padding: 0.2rem 0.6rem;
margin: 0.3rem 2rem;
}

.url-list-item {
background:#f3f6f8;
padding:12px 0;
border-radius:6px;
}
/* dark */

@media (prefers-color-scheme: dark) {
.url-list-item {
background:rgba(0,0,0,0.1);
}
}

18 changes: 9 additions & 9 deletions dist/firefox/background.js

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/firefox/libs/foliate-js/make.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions 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.7.2",
"version": "0.7.3",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
83 changes: 42 additions & 41 deletions dist/firefox/options.js

Large diffs are not rendered by default.

85 changes: 43 additions & 42 deletions dist/firefox/popup.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions dist/firefox/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,17 @@ a.tiny-button {
padding: 0.2rem 0.6rem;
margin: 0.3rem 2rem;
}

.url-list-item {
background:#f3f6f8;
padding:12px 0;
border-radius:6px;
}
/* dark */

@media (prefers-color-scheme: dark) {
.url-list-item {
background:rgba(0,0,0,0.1);
}
}

95 changes: 48 additions & 47 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=79dbc25184b634025e399969842e2a0da02919132a18435c12acdaf894660682"></script>
<script src="./options.js?v=97ae92d2e728b90980cdc3a79ea1308305ef27abc36b6d6a285eadc8223aa12c"></script>
</body>
</html>
83 changes: 42 additions & 41 deletions docs/options/options.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/options/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,17 @@ a.tiny-button {
padding: 0.2rem 0.6rem;
margin: 0.3rem 2rem;
}

.url-list-item {
background:#f3f6f8;
padding:12px 0;
border-radius:6px;
}
/* dark */

@media (prefers-color-scheme: dark) {
.url-list-item {
background:rgba(0,0,0,0.1);
}
}

14 changes: 14 additions & 0 deletions docs/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,17 @@ a.tiny-button {
padding: 0.2rem 0.6rem;
margin: 0.3rem 2rem;
}

.url-list-item {
background:#f3f6f8;
padding:12px 0;
border-radius:6px;
}
/* dark */

@media (prefers-color-scheme: dark) {
.url-list-item {
background:rgba(0,0,0,0.1);
}
}

0 comments on commit d9cd65e

Please sign in to comment.