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 | 这个等级非常罕见。在满足特定条件之前不会显示奖杯。 |
秘密等级
获取条件是保密的,但你可以通过阅读这段代码了解条件。
秘密奖杯只有几个。因此,如果你想出了有趣的条件,我会考虑添加奖杯。我期待你的贡献。
关于显示详情
- 聚合目标的标题名称。
- 当前等级。
- 根据等级的标题。
- 目标聚合结果。
- 下一等级进度条。从当前等级到下一等级的路程。
可选请求参数
按标题筛选
你可以通过指定奖杯的标题来筛选显示。
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 许可证 授权。