Skip to content

Commit

Permalink
chore: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MUKAPP committed Feb 13, 2024
1 parent 1bc2c48 commit 2c09923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "DeepL",
"slug": "deepl_plugin",
"description": "将 DeepL 翻译接入你的 QQNT",
"version": "1.0.9",
"version": "1.1.0",
"icon": "./res/icon.webp",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function translate(text, target, callback) {
}

// 页面加载完成时触发
let rightTranslating = false;
let rightTranslating
let chatTranslating = false;
let messageEl;
let appended = true;
Expand Down

0 comments on commit 2c09923

Please sign in to comment.