❤️ 朋友们 💡 排名不分先后 Anthony Fu A ship in harbor is safe, but that is not what ships are built for. DIYgod 写代码是热爱,写到世界充满爱! Doma 愿你能保持热血保持中二 EGOIST Indie Hacker Ray Never say never. Robert Shaw A Self-thought Front-end Product Engineer. Sukkaw All opinions are my own. Literally all of them. shalldie 每天叫醒自己的不是闹钟,而是梦想。 yui540 🙋 申请友链互换 如需申请或修改信息请按照以下格式提供友链信息(头像可以提供链接或者上传附件) 发送到邮箱:qwq@qwq.cat user-info-example.tsconst name = 'u3u'; const user: UserInfo = { avatar: `https://github.com/${name}.png`, bio: 'React & JSX fans\nFuck Safari! Safari must go die 😅', github: `https://github.com/${name}`, link: 'https://qwq.cat', name,}; interface UserInfo { /** 请提供头像链接或文件,如未提供默认使用您的 GitHub 头像 */ avatar: ImageMetadata | string; /** 卡片描述 */ bio?: string; /** GitHub 主页链接 */ github?: string; /** 网站链接 */ link: string; /** 您的昵称 */ name: string; /** 附加提示(将在 hover 卡片时展示) */ tooltip?: string;}