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

白日梦AI提供专注于AI视频生成的多样化功能,包括文生视频、动态画面和形象生成等,帮助用户快速上手,创造专业级内容。

Project Cover

有言AI

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

Project Cover

Kimi

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

Project Cover

讯飞绘镜

讯飞绘镜是一个支持从创意到完整视频创作的智能平台,用户可以快速生成视频素材并创作独特的音乐视频和故事。平台提供多样化的主题和精选作品,帮助用户探索创意灵感。

Project Cover

讯飞文书

讯飞文书依托讯飞星火大模型,为文书写作者提供从素材筹备到稿件撰写及审稿的全程支持。通过录音智记和以稿写稿等功能,满足事务性工作的高频需求,帮助撰稿人节省精力,提高效率,优化工作与生活。

Project Cover

阿里绘蛙

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

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

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