gaoluyang
2026-08-03 d4ff618628bc546279db786bd3aa5b7c971f2613
1
2
3
4
export interface DocAlertProps {
  title: string;
  url: string;
}