Update dictionary.ts

This commit is contained in:
IVY-fyh
2025-07-06 07:55:30 +08:00
parent ea5daa1800
commit c904ede5ef

View File

@@ -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.