Skip to content

Commit 9964aca

Browse files
committed
chore: polish detail
1 parent d083461 commit 9964aca

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

public/dicts/Newwaiyan7-2 public/dicts/Newwaiyan7-2.json

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
{
23
"trans": [
34
"假发"
45
],
@@ -252,7 +253,7 @@
252253
],
253254
"usphone": "/læst bʌt nɒt liːst/",
254255
"ukphone": "/læst bʌt nɒt liːst/"
255-
}
256+
},
256257
{
257258
"name": "marathon",
258259
"trans": [
@@ -500,7 +501,7 @@
500501
],
501502
"usphone": "/kənˈtɪnjudʒə/",
502503
"ukphone": "/kənˈtɪnjudʒə/"
503-
}
504+
},
504505
{
505506
"name": "brave",
506507
"trans": [
@@ -884,7 +885,7 @@
884885
],
885886
"usphone": "/ˈsɜːrkəl/",
886887
"ukphone": "/ˈsɜːrkəl/"
887-
}
888+
},
888889
{
889890
"name": "slice",
890891
"trans": [
@@ -1132,7 +1133,7 @@
11321133
],
11331134
"usphone": "/ˈmɒdərn/",
11341135
"ukphone": "/ˈmɒdərn/"
1135-
}
1136+
},
11361137
{
11371138
"name": "folk",
11381139
"trans": [
@@ -1244,7 +1245,7 @@
12441245
],
12451246
"usphone": "/ˈhæpən/",
12461247
"ukphone": "/ˈhæpən/"
1247-
}
1248+
},
12481249
{
12491250
"name": "dull",
12501251
"trans": [
@@ -1476,7 +1477,7 @@
14761477
],
14771478
"usphone": "/ˈdeɪli/",
14781479
"ukphone": "/ˈdeɪli/"
1479-
}
1480+
},
14801481
{
14811482
"name": "daily life",
14821483
"trans": [
@@ -1716,7 +1717,7 @@
17161717
],
17171718
"usphone": "/aʊərz/",
17181719
"ukphone": "/aʊərz/"
1719-
}
1720+
},
17201721
{
17211722
"name": "plateau",
17221723
"trans": [
@@ -1948,7 +1949,7 @@
19481949
],
19491950
"usphone": "/bɪˈheɪvjər/",
19501951
"ukphone": "/bɪˈheɪvjə/"
1951-
}
1952+
},
19521953
{
19531954
"name": "land",
19541955
"trans": [
@@ -2060,7 +2061,7 @@
20602061
],
20612062
"usphone": "/ˈnæʃənl/",
20622063
"ukphone": "/ˈnæʃənl/"
2063-
}
2064+
},
20642065
{
20652066
"name": "airport",
20662067
"trans": [
@@ -2284,11 +2285,7 @@
22842285
],
22852286
"usphone": "/ˈθʌndər/",
22862287
"ukphone": "/ˈθʌndə/"
2287-
}
2288-
这是最新的单词列表:
2289-
2290-
```json
2291-
[
2288+
},
22922289
{
22932290
"name": "painting",
22942291
"trans": [

src/resources/dictionary.ts

+11
Original file line numberDiff line numberDiff line change
@@ -2150,6 +2150,17 @@ const childrenEnglish: DictionaryResource[] = [
21502150
language: 'en',
21512151
languageCategory: 'en',
21522152
},
2153+
{
2154+
id: 'new-waiyan2',
2155+
name: '新外研七年级下册',
2156+
description: '新外研版七年级下册',
2157+
category: '青少年英语',
2158+
tags: ['外研版'],
2159+
url: '/dicts/Newwaiyan7-2.json',
2160+
length: 306,
2161+
language: 'en',
2162+
languageCategory: 'en',
2163+
},
21532164
{
21542165
id: 'waiyan2',
21552166
name: '外研七年级下册',

0 commit comments

Comments
 (0)