Skip to content

Commit

Permalink
支持检查更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaowin committed Jan 21, 2021
1 parent b3bfbb5 commit 52e6daa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.idea

/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
/release

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.vercel
2 changes: 1 addition & 1 deletion appcast.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"version": "0.1.2",
"desc": "https://github.com/yuhaowin/youdao-wordbook-bob-plugin/releases/tag/v0.1.2",
"sha256": "0a9c9ecd06542a0cf8d192de1dbc3fc8b6133963d7851173ae34d5392cd243f0",
"sha256": "67a6240d58557907f4bfa739c15d24a638cd597f236776a544aae3a35e8fbbc9",
"url": "https://github.com/yuhaowin/youdao-wordbook-bob-plugin/releases/download/v0.1.2/youdao-wordbook-bob-plugin-v0.1.2.bobplugin",
"minBobVersion": "0.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function supportLanguages() {
return ['auto', 'zh-Hans', 'en'];
}

// overide
// override
function translate(query, completion) {
var login_cookie;
var text = query.text;
Expand Down

0 comments on commit 52e6daa

Please sign in to comment.