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 19, 2024
1 parent 2e3fc5d commit 7d2c94f
Show file tree
Hide file tree
Showing 16 changed files with 318 additions and 312 deletions.
3 changes: 3 additions & 0 deletions dist/chrome/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@
},
"toggleTranslationMask": {
"message": "切換當前頁面譯文為模糊效果(學習模式)"
},
"toggleVideoSubtitlePreTranslation": {
"message": "切換雙語字幕優先使用沉浸式翻譯設置"
}
}
10 changes: 5 additions & 5 deletions dist/chrome/background.js

Large diffs are not rendered by default.

170 changes: 85 additions & 85 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 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.1.6",
"version": "1.1.7",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
12 changes: 6 additions & 6 deletions dist/chrome/options.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/firefox/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@
},
"toggleTranslationMask": {
"message": "切換當前頁面譯文為模糊效果(學習模式)"
},
"toggleVideoSubtitlePreTranslation": {
"message": "切換雙語字幕優先使用沉浸式翻譯設置"
}
}
10 changes: 5 additions & 5 deletions dist/firefox/background.js

Large diffs are not rendered by default.

170 changes: 85 additions & 85 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 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.1.6",
"version": "1.1.7",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
12 changes: 6 additions & 6 deletions dist/firefox/options.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/userscript/immersive-translate.user.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/options/options.js

Large diffs are not rendered by default.

0 comments on commit 7d2c94f

Please sign in to comment.