change varchar to text

This commit is contained in:
2026-01-08 10:18:05 +08:00
parent a55e763525
commit c7cdf40f2f
5 changed files with 24 additions and 15 deletions

View File

@@ -57,8 +57,7 @@ export default function Dictionary() {
const result = await lookUp({
text: searchQuery,
definitionLang: getNativeName(definitionLang),
queryLang: getNativeName(queryLang),
forceRelook: false
queryLang: getNativeName(queryLang)
})
// 检查是否为错误响应