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 Apr 25, 2024
1 parent baf5e3a commit 6238c1e
Show file tree
Hide file tree
Showing 20 changed files with 1,429 additions and 1,313 deletions.
4 changes: 2 additions & 2 deletions dist/chrome/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"message": "沉浸式翻譯"
},
"brandName": {
"message": "沈浸式翻譯 - 網頁翻譯擴充 | PDF翻譯 | 免費"
"message": "沉浸式翻譯 - 網頁翻譯擴充 | PDF翻譯 | 免費"
},
"brandDescription": {
"message": "沈浸式翻譯】一款免費的(原文/譯文)雙語對照網頁翻譯擴充,同時支持PDF翻譯(保留原文檔排版),視頻雙語字幕翻譯(Youtube, Netflix等),EPUB電子書翻譯等;支持調用人工智能AI翻譯大模型(OpenAI (ChatGPT)、DeepL、Gemini(Bard) 等 )對以上內容進行更準確的翻譯;"
"message": "沉浸式翻譯】一款免費的(原文/譯文)雙語對照網頁翻譯擴充,同時支持PDF翻譯(保留原文檔排版),視頻雙語字幕翻譯(Youtube, Netflix等),EPUB電子書翻譯等;支持調用人工智能AI翻譯大模型(OpenAI (ChatGPT)、DeepL、Gemini(Bard) 等 )對以上內容進行更準確的翻譯;"
},
"toggleTranslatePage": {
"message": "翻譯網頁/顯示原文"
Expand Down
78 changes: 39 additions & 39 deletions dist/chrome/background.js

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions dist/chrome/content_start.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": "1.4.11",
"version": "1.4.12",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
302 changes: 151 additions & 151 deletions dist/chrome/options.js

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

39 changes: 34 additions & 5 deletions dist/chrome/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ main>aside>nav ul {

.menu-nav {
width: 100%;
height: 100%;
overflow-y: auto;
padding-bottom: var(--block-spacing-vertical);
}

Expand Down Expand Up @@ -561,6 +563,7 @@ article {
.intro-container {
display: none;
}

.intro-footer {
display: block;
font-size: 12px;
Expand Down Expand Up @@ -753,7 +756,29 @@ article {
}
}


.service-container .immersive-translate-link {
color: var(--h5-color);
text-decoration: underline;
}


.youtube-header {
display: flex;
align-items: center;
margin-top: 50px;
}

.youtube-container {
border-radius: 8px;
border: 1px solid var(--muted-border-color);
padding: 0 24px;
margin-top: 18px;
margin-bottom: 30px;
}

@media screen and (max-width: 576px) {

.header {
padding: 12px 0.5rem !important;
font-size: 14px;
Expand All @@ -776,8 +801,12 @@ article {
.mobile-hidden {
display: none;
}
}
.service-container .immersive-translate-link {
color: var(--h5-color) ;
text-decoration: underline ;
}

.youtube-header {
margin-top: 1rem;
}

.youtube-container {
margin-bottom: 1rem;
}
}
4 changes: 2 additions & 2 deletions dist/firefox/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"message": "沉浸式翻譯"
},
"brandName": {
"message": "沈浸式翻譯 - 網頁翻譯擴充 | PDF翻譯 | 免費"
"message": "沉浸式翻譯 - 網頁翻譯擴充 | PDF翻譯 | 免費"
},
"brandDescription": {
"message": "沈浸式翻譯】一款免費的(原文/譯文)雙語對照網頁翻譯擴充,同時支持PDF翻譯(保留原文檔排版),視頻雙語字幕翻譯(Youtube, Netflix等),EPUB電子書翻譯等;支持調用人工智能AI翻譯大模型(OpenAI (ChatGPT)、DeepL、Gemini(Bard) 等 )對以上內容進行更準確的翻譯;"
"message": "沉浸式翻譯】一款免費的(原文/譯文)雙語對照網頁翻譯擴充,同時支持PDF翻譯(保留原文檔排版),視頻雙語字幕翻譯(Youtube, Netflix等),EPUB電子書翻譯等;支持調用人工智能AI翻譯大模型(OpenAI (ChatGPT)、DeepL、Gemini(Bard) 等 )對以上內容進行更準確的翻譯;"
},
"toggleTranslatePage": {
"message": "翻譯網頁/顯示原文"
Expand Down
78 changes: 39 additions & 39 deletions dist/firefox/background.js

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions dist/firefox/content_start.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": "1.4.11",
"version": "1.4.12",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
302 changes: 151 additions & 151 deletions dist/firefox/options.js

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions dist/firefox/popup.js

Large diffs are not rendered by default.

39 changes: 34 additions & 5 deletions dist/firefox/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ main>aside>nav ul {

.menu-nav {
width: 100%;
height: 100%;
overflow-y: auto;
padding-bottom: var(--block-spacing-vertical);
}

Expand Down Expand Up @@ -561,6 +563,7 @@ article {
.intro-container {
display: none;
}

.intro-footer {
display: block;
font-size: 12px;
Expand Down Expand Up @@ -753,7 +756,29 @@ article {
}
}


.service-container .immersive-translate-link {
color: var(--h5-color);
text-decoration: underline;
}


.youtube-header {
display: flex;
align-items: center;
margin-top: 50px;
}

.youtube-container {
border-radius: 8px;
border: 1px solid var(--muted-border-color);
padding: 0 24px;
margin-top: 18px;
margin-bottom: 30px;
}

@media screen and (max-width: 576px) {

.header {
padding: 12px 0.5rem !important;
font-size: 14px;
Expand All @@ -776,8 +801,12 @@ article {
.mobile-hidden {
display: none;
}
}
.service-container .immersive-translate-link {
color: var(--h5-color) ;
text-decoration: underline ;
}

.youtube-header {
margin-top: 1rem;
}

.youtube-container {
margin-bottom: 1rem;
}
}
258 changes: 129 additions & 129 deletions dist/userscript/immersive-translate.user.js

Large diffs are not rendered by default.

268 changes: 134 additions & 134 deletions docs/options/options.js

Large diffs are not rendered by default.

39 changes: 34 additions & 5 deletions docs/options/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ main>aside>nav ul {

.menu-nav {
width: 100%;
height: 100%;
overflow-y: auto;
padding-bottom: var(--block-spacing-vertical);
}

Expand Down Expand Up @@ -561,6 +563,7 @@ article {
.intro-container {
display: none;
}

.intro-footer {
display: block;
font-size: 12px;
Expand Down Expand Up @@ -753,7 +756,29 @@ article {
}
}


.service-container .immersive-translate-link {
color: var(--h5-color);
text-decoration: underline;
}


.youtube-header {
display: flex;
align-items: center;
margin-top: 50px;
}

.youtube-container {
border-radius: 8px;
border: 1px solid var(--muted-border-color);
padding: 0 24px;
margin-top: 18px;
margin-bottom: 30px;
}

@media screen and (max-width: 576px) {

.header {
padding: 12px 0.5rem !important;
font-size: 14px;
Expand All @@ -776,8 +801,12 @@ article {
.mobile-hidden {
display: none;
}
}
.service-container .immersive-translate-link {
color: var(--h5-color) ;
text-decoration: underline ;
}

.youtube-header {
margin-top: 1rem;
}

.youtube-container {
margin-bottom: 1rem;
}
}
39 changes: 34 additions & 5 deletions docs/styles/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ main>aside>nav ul {

.menu-nav {
width: 100%;
height: 100%;
overflow-y: auto;
padding-bottom: var(--block-spacing-vertical);
}

Expand Down Expand Up @@ -561,6 +563,7 @@ article {
.intro-container {
display: none;
}

.intro-footer {
display: block;
font-size: 12px;
Expand Down Expand Up @@ -753,7 +756,29 @@ article {
}
}


.service-container .immersive-translate-link {
color: var(--h5-color);
text-decoration: underline;
}


.youtube-header {
display: flex;
align-items: center;
margin-top: 50px;
}

.youtube-container {
border-radius: 8px;
border: 1px solid var(--muted-border-color);
padding: 0 24px;
margin-top: 18px;
margin-bottom: 30px;
}

@media screen and (max-width: 576px) {

.header {
padding: 12px 0.5rem !important;
font-size: 14px;
Expand All @@ -776,8 +801,12 @@ article {
.mobile-hidden {
display: none;
}
}
.service-container .immersive-translate-link {
color: var(--h5-color) ;
text-decoration: underline ;
}

.youtube-header {
margin-top: 1rem;
}

.youtube-container {
margin-bottom: 1rem;
}
}

0 comments on commit 6238c1e

Please sign in to comment.