Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaowin committed Apr 28, 2022
1 parent 9cc8957 commit 95c0482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.5",
"desc": "https://github.com/yuhaowin/wordbook-bob-plugin/releases/tag/v0.1.5",
"sha256": "9cc63f7a054bf66b8e8138c04f33c3c382288b3671f0998f5bbfff2881565087",
"sha256": "55bca4fa159d37096aee8fbef2cd02ffc72e66d40c2d4db9bd3f71953ee6c4e5",
"url": "https://github.com/yuhaowin/wordbook-bob-plugin/releases/download/v0.1.5/wordbook-bob-plugin-v0.1.5.bobplugin",
"minBobVersion": "0.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

// 欧路单词本 ID
var EUDIC_WORD_BOOK_ID
const YOUDAO_ADD_WORD_URL = "http://dict.youdao.com/wordbook/ajax";
const EUDIC_ADD_WORD_URL = "https://api.frdic.com/api/open/v1/studylist/words";
const EUDIC_BOOK_LIST_URL = "https://api.frdic.com/api/open/v1/studylist/category?language=en";
var YOUDAO_ADD_WORD_URL = "http://dict.youdao.com/wordbook/ajax";
var EUDIC_ADD_WORD_URL = "https://api.frdic.com/api/open/v1/studylist/words";
var EUDIC_BOOK_LIST_URL = "https://api.frdic.com/api/open/v1/studylist/category?language=en";

function buildResult(res) {
var result = {
Expand Down

0 comments on commit 95c0482

Please sign in to comment.