跳转到内容

CustomSpanData

此内容尚不支持你的语言。

type CustomSpanData = SpanDataBase & object;
data: Record<string, any>;
name: string;
type: "custom";