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 4, 2023
1 parent fb522df commit 56036e8
Show file tree
Hide file tree
Showing 21 changed files with 567 additions and 350 deletions.
24 changes: 16 additions & 8 deletions dist/chrome/background.js

Large diffs are not rendered by default.

97 changes: 58 additions & 39 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

14 changes: 11 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.

5 changes: 3 additions & 2 deletions 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.1",
"version": "0.7.2",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down Expand Up @@ -101,5 +101,6 @@
"64": "icons/64.png",
"128": "icons/128.png",
"256": "icons/256.png"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7JPn78UfqI3xIIOPPLPS74UTzLfJL1gQM8hlk/deKWvFP/WqUBnPJPdhQeF45sFpI1OjO70nFqdATT4/RwYAiZK7G/E6m27MDVnhHjszfzReOuoAEn9J3RnE2xEx5pFhRFcelhnwTTLrrn90aaPcaMtNsgXtZA1Ggz/SnX9I4ZygqpJYjx3Ql2t6SyNK222oRQiKMT93Rrjgyc8RFA7FKXsWglG0TvseRjbmG5Jk5gDx+2/YTcWGqCDotQnWnkPj/dBO23UAX7IpyJK3FGYdkvWFih6OVClHIIWY8mfCjjwSGbXNQNesaa9F2hrzBZ5MRTj4m7yj76mGxuPHPIE8mwIDAQAB"
}
95 changes: 57 additions & 38 deletions dist/chrome/options.js

Large diffs are not rendered by default.

107 changes: 63 additions & 44 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/chrome/styles/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
position: relative;
font-size: 16px;
}
.immersive-translate-search-enhancement-en-title {
color: #4d5156;
}
/* dark */
@media (prefers-color-scheme: dark) {
.immersive-translate-search-recomend {
Expand All @@ -79,6 +82,10 @@
.immersive-translate-close-action svg {
fill: #bdc1c6;
}

.immersive-translate-search-enhancement-en-title {
color: #bdc1c6;
}
}


Expand Down Expand Up @@ -213,6 +220,7 @@
user-select: none;
-webkit-user-drag: none;
text-decoration: none;
color: #007bff;
-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

Expand Down
24 changes: 16 additions & 8 deletions dist/firefox/background.js

Large diffs are not rendered by default.

97 changes: 58 additions & 39 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

14 changes: 11 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.7.1",
"version": "0.7.2",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
95 changes: 57 additions & 38 deletions dist/firefox/options.js

Large diffs are not rendered by default.

107 changes: 63 additions & 44 deletions dist/firefox/popup.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/firefox/styles/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
position: relative;
font-size: 16px;
}
.immersive-translate-search-enhancement-en-title {
color: #4d5156;
}
/* dark */
@media (prefers-color-scheme: dark) {
.immersive-translate-search-recomend {
Expand All @@ -79,6 +82,10 @@
.immersive-translate-close-action svg {
fill: #bdc1c6;
}

.immersive-translate-search-enhancement-en-title {
color: #bdc1c6;
}
}


Expand Down Expand Up @@ -213,6 +220,7 @@
user-select: none;
-webkit-user-drag: none;
text-decoration: none;
color: #007bff;
-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

Expand Down
101 changes: 60 additions & 41 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=87e40d8e17a7f8d1fde41b7fd4d626fdc8f8aad4d13110d65b67c5a3647bb999"></script>
<script src="./options.js?v=79dbc25184b634025e399969842e2a0da02919132a18435c12acdaf894660682"></script>
</body>
</html>
97 changes: 58 additions & 39 deletions docs/options/options.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/options/styles/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
position: relative;
font-size: 16px;
}
.immersive-translate-search-enhancement-en-title {
color: #4d5156;
}
/* dark */
@media (prefers-color-scheme: dark) {
.immersive-translate-search-recomend {
Expand All @@ -79,6 +82,10 @@
.immersive-translate-close-action svg {
fill: #bdc1c6;
}

.immersive-translate-search-enhancement-en-title {
color: #bdc1c6;
}
}


Expand Down Expand Up @@ -213,6 +220,7 @@
user-select: none;
-webkit-user-drag: none;
text-decoration: none;
color: #007bff;
-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

Expand Down
8 changes: 8 additions & 0 deletions docs/styles/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
position: relative;
font-size: 16px;
}
.immersive-translate-search-enhancement-en-title {
color: #4d5156;
}
/* dark */
@media (prefers-color-scheme: dark) {
.immersive-translate-search-recomend {
Expand All @@ -79,6 +82,10 @@
.immersive-translate-close-action svg {
fill: #bdc1c6;
}

.immersive-translate-search-enhancement-en-title {
color: #bdc1c6;
}
}


Expand Down Expand Up @@ -213,6 +220,7 @@
user-select: none;
-webkit-user-drag: none;
text-decoration: none;
color: #007bff;
-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

Expand Down

0 comments on commit 56036e8

Please sign in to comment.