Skip to content

Commit 5cc09e6

Browse files
committed
Change the setting format.
1 parent ce6a140 commit 5cc09e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/zzc-tongji/vocabulary4mydictionary"
1111
)
1212

13-
const version = "v1.0.1"
13+
const version = "v2.0.0"
1414

1515
var (
1616
setting settingStruct

mydictionary.setting.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"mode":3,
4444
"service":
4545
{
46-
"bingDictionary":true,
47-
"icibaCollins":true,
48-
"merriamWebster":true
46+
"Bing Dictionary":true,
47+
"iCIBA Collins":true,
48+
"Merriam Webster":true
4949
},
5050
"debug":false
5151
}

0 commit comments

Comments
 (0)