refactor: embeddding input list

This commit is contained in:
jialin
2026-03-17 16:35:55 +08:00
committed by jialin
parent 6e98fb4274
commit e241c6cb6f
11 changed files with 404 additions and 136 deletions
-1
View File
@@ -330,7 +330,6 @@ const langConfigMap = {
title: '語言'
}
};
export type LangConfigType = keyof typeof langConfigMap;
export default langConfigMap;