gaoluyang
昨天 844dfdc256bfc567f9eaa007a7bc37dc120bffa8
1
2
3
4
export interface DocAlertProps {
  title: string;
  url: string;
}