Skip to content

Commit

Permalink
feat: add dict
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKai42 committed Nov 25, 2023
1 parent c4adfbd commit 0b14802
Show file tree
Hide file tree
Showing 8 changed files with 86,159 additions and 0 deletions.
72,252 changes: 72,252 additions & 0 deletions public/dicts/ielts-807.json

Large diffs are not rendered by default.

4,424 changes: 4,424 additions & 0 deletions public/dicts/ielts-real-1.json

Large diffs are not rendered by default.

2,414 changes: 2,414 additions & 0 deletions public/dicts/ielts-real-2.json

Large diffs are not rendered by default.

1,538 changes: 1,538 additions & 0 deletions public/dicts/ielts-real-3.json

Large diffs are not rendered by default.

1,208 changes: 1,208 additions & 0 deletions public/dicts/ielts-real-4.json

Large diffs are not rendered by default.

1,100 changes: 1,100 additions & 0 deletions public/dicts/ielts-real-5.json

Large diffs are not rendered by default.

3,146 changes: 3,146 additions & 0 deletions public/dicts/ielts-real-high.json

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions src/resources/dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,83 @@ const internationalExam: DictionaryResource[] = [
language: 'en',
languageCategory: 'en',
},
{
id: 'IELTS-807',
name: '雅思 wanglu 807',
description: '雅思 wanglu 807',
category: '国际考试',
tags: ['IELTS'],
url: '/dicts/ielts-807.json',
length: 13582,
language: 'en',
languageCategory: 'en',
},
{
id: 'ielts-real-high',
name: '雅思 real 词汇 高频',
description: '雅思 real 词汇(高频词汇)',
category: '国际考试',
tags: ['IELTS'],
url: '/dicts/ielts-real-high.json',
length: 524,
language: 'en',
languageCategory: 'en',
},
{
id: 'ielts-real-5',
name: '雅思 real 词汇 5',
description: '雅思 real 词汇 (5频词汇及变频)',
category: '国际考试',
tags: ['IELTS'],
url: '/dicts/ielts-real-5.json',
length: 183,
language: 'en',
languageCategory: 'en',
},
{
id: 'ielts-real-4',
name: '雅思 real 词汇 4',
description: '雅思 real 词汇 (4频词汇及变频)',
category: '国际考试',
tags: ['IELTS'],
url: '/dicts/ielts-real-4.json',
length: 201,
language: 'en',
languageCategory: 'en',
},
{
id: 'ielts-real-3',
name: '雅思 real 词汇 3',
description: '雅思 real 词汇 (3频词汇及变频)',
category: '国际考试',
tags: ['IELTS'],
url: '/dicts/ielts-real-3.json',
length: 256,
language: 'en',
languageCategory: 'en',
},
{
id: 'ielts-real-2',
name: '雅思 real 词汇 2',
description: '雅思 real 词汇 (2频词汇及变频)',
category: '国际考试',
tags: ['IELTS'],
url: '/dicts/ielts-real-2.json',
length: 402,
language: 'en',
languageCategory: 'en',
},
{
id: 'ielts-real-1',
name: '雅思 real 词汇 1',
description: '雅思 real 词汇 (1频词汇及变频)',
category: '国际考试',
tags: ['IELTS'],
url: '/dicts/ielts-real-1.json',
length: 737,
language: 'en',
languageCategory: 'en',
},
{
id: 'sat',
name: 'SAT',
Expand Down

0 comments on commit 0b14802

Please sign in to comment.