7 天以前 5dbc69b4e792dcce998038822b92402366bec47f
1
2
3
4
export interface DocAlertProps {
  title: string;
  url: string;
}