feat: IoD search process HTML/PDF content

This commit is contained in:
Nex Zhu
2025-02-14 23:24:27 +08:00
parent 51188b1428
commit 4c5d5cfe99
3 changed files with 33 additions and 19 deletions

View File

@@ -4,4 +4,5 @@ export type IodRegistryEntry = {
url?: string
pdf_url?: string
description: string
content?: string
}