Project Icon

github-profile-trophy

GitHub个人主页动态成就奖杯展示工具

github-profile-trophy为GitHub个人主页添加动态统计奖杯,支持多种主题和自定义显示。一行代码即可集成,直观展示用户成就,是美化GitHub个人资料的实用工具。

GitHub个人资料奖杯

GitHub个人资料奖杯

🏆 在你的个人简介中添加动态生成的GitHub统计奖杯

你可以免费使用这项服务。我正在寻找赞助商来帮助我们维持这项服务❤️

快速开始

将以下代码添加到你的个人简介中。将代码粘贴到你的个人简介的readme时,请将?username=的值改为你的GitHub用户名。

[![trophy](https://github-profile-trophy.vercel.app/?username=ryo-ma)](https://github.com/ryo-ma/github-profile-trophy)

使用主题

添加主题的可选参数。

[![trophy](https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=onedark)](https://github.com/ryo-ma/github-profile-trophy)

更多详情

关于等级

等级分为 SSS SS S AAA AA A B C UNKNOWN SECRET

等级描述
SSS, SS, S你达到了难以企及的等级。你可以炫耀一下。
AAA, AA, A如果你尽力而为,就能达到这个等级。让我们先瞄准这里。
B, C你目前正在取得良好进展。让我们瞄准更高一点。
UNKNOWN你还没有采取行动。让我们先行动起来。
SECRET这个等级非常罕见。在满足特定条件之前不会显示奖杯。

秘密等级

获取条件是保密的,但你可以通过阅读这段代码了解条件。

秘密奖杯只有几个。因此,如果你想出了有趣的条件,我会考虑添加奖杯。我期待你的贡献。

关于显示详情

  1. 聚合目标的标题名称。
  2. 当前等级。
  3. 根据等级的标题。
  4. 目标聚合结果。
  5. 下一等级进度条。从当前等级到下一等级的路程。

可选请求参数

按标题筛选

你可以通过指定奖杯的标题来筛选显示。

https://github-profile-trophy.vercel.app/?username=ryo-ma&title=Followers

如果你想指定多个标题。

https://github-profile-trophy.vercel.app/?username=ryo-ma&title=Stars,Followers

你也可以排除不想显示的奖杯。

https://github-profile-trophy.vercel.app/?username=ryo-ma&title=-Stars,-Followers

按等级筛选

你可以通过指定等级来筛选显示。
可用值: SECRET SSS SS S AAA AA A B C

https://github-profile-trophy.vercel.app/?username=ryo-ma&rank=S

如果你想指定多个等级。

https://github-profile-trophy.vercel.app/?username=ryo-ma&rank=S,AAA

你也可以排除等级。

https://github-profile-trophy.vercel.app/?username=ryo-ma&rank=-C,-B

指定最大行列大小

你可以指定最大行和列的大小。
如果奖杯超出了行和列的范围,它将被隐藏。

可用值: 数字类型
默认值: column=6 row=3

仅限制行数

https://github-profile-trophy.vercel.app/?username=ryo-ma&row=2

仅限制列数

https://github-profile-trophy.vercel.app/?username=ryo-ma&column=2

限制行数和列数

https://github-profile-trophy.vercel.app/?username=ryo-ma&row=2&column=3

自适应列数

https://github-profile-trophy.vercel.app/?username=ryo-ma&column=-1

你可以将 columns 设置为 -1 以使宽度适应奖杯数量,此时 row 参数将被忽略。

应用主题

可用主题。

扁平

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=flat

一暗

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=onedark

gruvbox

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=gruvbox

德古拉

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dracula

monokai

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=monokai

粉笔

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=chalk

北欧

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=nord

alduin

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=alduin

暗黑中心

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=darkhub

多汁新鲜

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=juicyfresh

佛教

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=buddhism

老式

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=oldie

激进

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=radical

一星

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=onestar

discord

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=discord

algolia

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=algolia

gitdimmed

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=gitdimmed

tokyonight

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=tokyonight

matrix

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=matrix

apprentice

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=apprentice

dark_dimmed

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dark_dimmed

dark_lover

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dark_lover

kimbie_dark

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=kimbie_dark

奖杯间距宽度

您可以在奖杯之间设置宽度间距。
可用值:数字类型
默认值:margin-w=0

https://github-profile-trophy.vercel.app/?username=ryo-ma&margin-w=15

奖杯间距高度

您可以在奖杯之间设置高度间距。
可用值:数字类型
默认值:margin-h=0

https://github-profile-trophy.vercel.app/?username=ryo-ma&margin-h=15

布局示例

https://github-profile-trophy.vercel.app/?username=ryo-ma&column=3&margin-w=15&margin-h=15

透明背景

您可以将背景设置为透明。
可用值:布尔类型(true 或 false)
默认值:no-bg=false

https://github-profile-trophy.vercel.app/?username=ryo-ma&no-bg=true

隐藏边框

您可以隐藏奖杯周围的边框。
可用值:布尔类型(true 或 false)
默认值:no-frame=false

https://github-profile-trophy.vercel.app/?username=ryo-ma&no-frame=true

贡献指南

查看 CONTRIBUTING.md 了解更多详情。

许可证

本产品根据 MIT 许可证 授权。

项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

吐司

探索Tensor.Art平台的独特AI模型,免费访问各种图像生成与AI训练工具,从Stable Diffusion等基础模型开始,轻松实现创新图像生成。体验前沿的AI技术,推动个人和企业的创新发展。

Project Cover

SubCat字幕猫

SubCat字幕猫APP是一款创新的视频播放器,它将改变您观看视频的方式!SubCat结合了先进的人工智能技术,为您提供即时视频字幕翻译,无论是本地视频还是网络流媒体,让您轻松享受各种语言的内容。

Project Cover

美间AI

美间AI创意设计平台,利用前沿AI技术,为设计师和营销人员提供一站式设计解决方案。从智能海报到3D效果图,再到文案生成,美间让创意设计更简单、更高效。

Project Cover

稿定AI

稿定设计 是一个多功能的在线设计和创意平台,提供广泛的设计工具和资源,以满足不同用户的需求。从专业的图形设计师到普通用户,无论是进行图片处理、智能抠图、H5页面制作还是视频剪辑,稿定设计都能提供简单、高效的解决方案。该平台以其用户友好的界面和强大的功能集合,帮助用户轻松实现创意设计。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号