feat: add dict

This commit is contained in:
Kai
2024-07-10 17:44:30 +08:00
parent ab21d61c15
commit c726aaefe6
3 changed files with 5414 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -44,7 +44,7 @@ export default function ViewSetting() {
<div className="flex h-5 w-full items-center justify-between">
<Slider.Root
value={[fontSizeConfig.foreignFont]}
min={40}
min={20}
max={96}
step={4}
className="slider"

View File

@@ -811,6 +811,17 @@ const internationalExam: DictionaryResource[] = [
language: 'en',
languageCategory: 'en',
},
{
id: 'IELTS-oral-900',
name: '雅思口语 900 beta版',
description: '雅思口语 900 句, 需在 qwerty 设置中调小英语字体',
category: '国际考试',
tags: ['IELTS'],
url: '/dicts/IELTS-oral-900.json',
length: 900,
language: 'en',
languageCategory: 'en',
},
{
id: 'ket',
name: 'KET',