We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6a140 commit 5cc09e6Copy full SHA for 5cc09e6
main.go
@@ -10,7 +10,7 @@ import (
10
"github.com/zzc-tongji/vocabulary4mydictionary"
11
)
12
13
-const version = "v1.0.1"
+const version = "v2.0.0"
14
15
var (
16
setting settingStruct
mydictionary.setting.json
@@ -43,9 +43,9 @@
43
"mode":3,
44
"service":
45
{
46
- "bingDictionary":true,
47
- "icibaCollins":true,
48
- "merriamWebster":true
+ "Bing Dictionary":true,
+ "iCIBA Collins":true,
+ "Merriam Webster":true
49
},
50
"debug":false
51
}
0 commit comments