export interface LinkItem {
  avatar: string
  name: string
  url: string
  color: string
  blog: string
  desc: string
  rss: string
}
