Refactor: Replace IndexMethodRadio with IndexMethod component, add keyword number functionality, and update related translations

This commit is contained in:
twwu
2025-05-13 15:35:21 +08:00
parent cef6463847
commit 4d68aadc1c
16 changed files with 286 additions and 223 deletions

View File

@ -79,6 +79,7 @@ export type DataSet = {
}
built_in_field_enabled: boolean
doc_metadata?: MetadataInDoc[]
keyword_number?: number
}
export type ExternalAPIItem = {