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