feat: upgrade registry

This commit is contained in:
CaiHQ
2025-08-17 22:39:12 +08:00
parent 3fb66b4c36
commit ef0e315bdc
18 changed files with 3288 additions and 92 deletions

View File

@@ -6,4 +6,6 @@ export type IodRegistryEntry = {
description: string
content?: string
data_space?: string
data_type?:string
traceId?:string
}

8
src/types/segmentit.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
import { Segment, useDefault, cnPOSTag, enPOSTag } from 'segmentit';
declare module 'segmentit' {
export = Segment;
export = useDefault;
export = cnPOSTag;
export = enPOSTag;
}