feat: IoD search process HTML/PDF content

This commit is contained in:
Nex Zhu
2025-02-14 23:24:27 +08:00
parent e8471f1802
commit a56e46a98d
3 changed files with 77 additions and 23 deletions

7
src/types/iod.ts Normal file
View File

@@ -0,0 +1,7 @@
export type IodRegistryEntry = {
doId: string
name: string
url?: string
pdf_url?: string
description: string
}