Skip to content

配置社交信息

配置社交信息

编辑docs\.vitepress\theme\config\teekConfig.ts文件

image-20250608212211820

bash
  // 社交链接
  social: [
    {
      icon: "mdi:github",
      name: "GitHub",
      link: "https://github.com/OnlyOnexl",
    },
    {
      icon: "simple-icons:gitee",
      name: "Gitee",
      link: "https://gitee.com/onlyonexl/vitepress-theme-teek-one-public",
    },
    {
      icon: "icon-qq",
      iconType: "iconfont",
      name: "QQ",
      link: "http://wpa.qq.com/msgrd?v=3&uin=2675263825&site=qq&menu=yes",
    },
    {
      icon: "icon-mobile",
      iconType: "iconfont",
      name: "联系我",
      link: "https://onedayxyy.cn/?contact=true",
    },
  ],
最近更新