diff --git a/src/resources/dictionary.ts b/src/resources/dictionary.ts index c454ff11..84b71e96 100644 --- a/src/resources/dictionary.ts +++ b/src/resources/dictionary.ts @@ -4100,6 +4100,17 @@ const indonesianDicts: DictionaryResource[] = [ }, ] +{ + "id": "biomedical-terms", + "name": "生物医学重点词汇", + "description": "生物医学专业术语词典", + "category": "专业词汇", + "url": "./dicts/BIOmedical.json", + "length": 561, + language: 'en', + languageCategory: 'en', + }, +] /** * Built-in dictionaries in an array. * Why arrays? Because it keeps the order across browsers.