3 天以前 700aa7f13377c21987fa23ad330776a007912cde
1
2
3
4
export interface DocAlertProps {
  title: string;
  url: string;
}