From 71a3eee45fa53ecbb822d96da3c04d001ca8f118 Mon Sep 17 00:00:00 2001 From: Kai Date: Mon, 3 Nov 2025 21:43:57 -0800 Subject: [PATCH] fix: update programming resource lengths --- src/resources/dictionary.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resources/dictionary.ts b/src/resources/dictionary.ts index 09b6ce12..0d4d08e6 100644 --- a/src/resources/dictionary.ts +++ b/src/resources/dictionary.ts @@ -3847,7 +3847,7 @@ const programming: DictionaryResource[] = [ category: '代码练习', tags: ['RAZ'], url: '/dicts/AudioKey_SubCategory.json', - length: 535, + length: 436, language: 'en', languageCategory: 'en', }, @@ -3858,7 +3858,7 @@ const programming: DictionaryResource[] = [ category: '代码练习', tags: ['RAZ'], url: '/dicts/AudioKey_Category.json', - length: 535, + length: 82, language: 'code', languageCategory: 'code', },