mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-04 22:09:04 +08:00
feat: add dict
This commit is contained in:
5402
public/dicts/IELTS-oral-900.json
Normal file
5402
public/dicts/IELTS-oral-900.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user