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