github-profile-trophy

github-profile-trophy

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

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

GitHub个人主页统计数据徽章自定义Github开源项目
<div align="center"> <img width="140" src="https://yellow-cdn.veclightyear.com/835a84d5/a80f2c5a-ca19-4401-9c98-dd46dbf538de.png" alt="GitHub个人资料奖杯"/> <h2 align="center">GitHub个人资料奖杯</h2> <p align="center">🏆 在你的个人简介中添加动态生成的GitHub统计奖杯</p> </div> <div align="center"> <a href="https://github.com/ryo-ma/github-profile-trophy/issues"> <img src="https://img.shields.io/github/issues/ryo-ma/github-profile-trophy" alt="问题"/> </a> <a href="https://github.com/ryo-ma/github-profile-trophy/network/members"> <img src="https://img.shields.io/github/forks/ryo-ma/github-profile-trophy" alt="分支"/> </a> <a href="https://github.com/ryo-ma/github-profile-trophy/stargazers"> <img src="https://img.shields.io/github/stars/ryo-ma/github-profile-trophy" alt="星标"/> </a> <a href="https://github.com/ryo-ma/github-profile-trophy/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/ryo-ma/github-profile-trophy" alt="许可证"/> </a> </div> <div align="center"> <a href="https://twitter.com/intent/tweet?text=在你的个人简介中添加动态生成的GitHub奖杯%0D%0A&url=https%3A%2F%2Fgithub.com%2Fryo-ma%2Fgithub-profile-trophy"> <img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fryo-ma%2Fgithub-profile-trophy" alt="分享"/> </a> </div> <p align="center"> 你可以免费使用这项服务。我正在寻找赞助商来帮助我们维持这项服务❤️ </p> <div align="center"> <a href="https://github.com/sponsors/ryo-ma"> <img src="https://img.shields.io/static/v1?label=赞助&message=%E2%9D%A4&logo=GitHub&color=ff69b4" alt="赞助"/> </a> </div>

快速开始

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

[![trophy](https://github-profile-trophy.vercel.app/?username=ryo-ma)](https://github.com/ryo-ma/github-profile-trophy)
<p align="center"> <img src="https://github-profile-trophy.vercel.app/?username=ryo-ma&column=8&rank=SSS,SS,S,AAA,AA,A,B,C" /> </p>

使用主题

添加主题的可选参数。

[![trophy](https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=onedark)](https://github.com/ryo-ma/github-profile-trophy)
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/c0000c71-c10e-42f3-96bd-2709a9c6dd4e.png"> </p>

更多详情

关于等级

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

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

秘密等级

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

<p align="center"> <img width="110" src="https://yellow-cdn.veclightyear.com/835a84d5/3fde6a53-44cd-4c3d-be7a-3f94bcd392de.png" /> </p>

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

关于显示详情

<p align="center"> <img width="220" src="https://yellow-cdn.veclightyear.com/835a84d5/b770fbc6-4897-47ca-992f-1d6ff797336c.png" /> </p>
  1. 聚合目标的标题名称。
  2. 当前等级。
  3. 根据等级的标题。
  4. 目标聚合结果。
  5. 下一等级进度条。从当前等级到下一等级的路程。

可选请求参数

按标题筛选

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

https://github-profile-trophy.vercel.app/?username=ryo-ma&title=Followers
<p align="center"> <img width="110" src="https://yellow-cdn.veclightyear.com/835a84d5/a5d231a2-4b5a-4999-9000-5495164aa2b8.png"> </p>

如果你想指定多个标题。

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
<p align="center"> <img width="110" src="https://yellow-cdn.veclightyear.com/835a84d5/6025c098-08c2-4680-a9f9-b2495bb99b69.png" /> </p>

如果你想指定多个等级。

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
<p align="center"> <img width="330" src="https://yellow-cdn.veclightyear.com/835a84d5/6ad17c61-a8cc-47e3-aca7-505a6eac9fdd.png"> </p>

自适应列数

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

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

应用主题

可用主题。

主题
扁平
一暗
gruvbox
德古拉
monokai
粉笔
北欧
alduin
暗黑中心
多汁新鲜
佛教
老式
激进
一星
discord
algolia
git暗淡
东京之夜
矩阵
学徒
暗淡
暗恋者
kimbie暗色

扁平

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=flat
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/00fc51f1-285a-43ef-baa1-8a3440bfc311.png"> </p>

一暗

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=onedark
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/c0000c71-c10e-42f3-96bd-2709a9c6dd4e.png"> </p>

gruvbox

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=gruvbox
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/fe64a436-6ace-4bf4-8ab1-0f827ad8a336.png"> </p>

德古拉

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dracula
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/39008c59-6956-4ea7-9c93-7c8fc0ea7b85.png"> </p>

monokai

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=monokai
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/80d134e7-5dbb-40a1-b530-d7ab97c53997.png"> </p>

粉笔

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=chalk
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/3bcf39ef-d949-454a-889f-5effc6493ff1.png"> </p>

北欧

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=nord
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/4e79f104-b6d5-4dfe-a51a-907dd1296b4f.png"> </p>

alduin

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=alduin
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/160391cb-b911-4082-b564-3dc563f3cb65.png"> </p>

暗黑中心

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=darkhub
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/58c88c68-9c2f-40e6-8a55-4282b60c1d5f.png"> </p>

多汁新鲜

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=juicyfresh
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/69fd170c-4bce-438c-aa81-121585156fa2.png"> </p>

佛教

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=buddhism
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/630119a9-551b-4de0-981d-92dc97fb5401.png"> </p>

老式

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=oldie
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/2c1b0c3e-21ba-4326-a5b1-16ad70b5401f.png"> </p>

激进

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=radical
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/8b5e9b09-c0c6-4bc8-b970-4a1d44881503.png"> </p>

一星

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=onestar
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/fb50ef06-a5cf-47d7-91c5-f30270e151e0.png"> </p>

discord

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=discord
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/bfe78db1-40a3-4548-b039-8c4b4fed7889.png"> </p>

algolia

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=algolia
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/aeb81a5f-6f77-4436-a8b9-b2099a88c915.png"> </p>

gitdimmed

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=gitdimmed
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/3a659407-d4ca-437e-9de7-7f1c80bc1eb9.png"> </p>

tokyonight

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=tokyonight
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/529b2f67-c9e9-4162-8e70-b9a41a27d32c.png"> </p>

matrix

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=matrix
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/76493ea2-a6a3-42a1-b12b-54fa8f98ccd4.png"> </p>

apprentice

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=apprentice
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/caebcfc0-ccc6-4084-9256-52ad8c84b77e.png"> </p>

dark_dimmed

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dark_dimmed
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/829105f6-1e88-413b-8738-ba562d83fc0e.png"> </p>

dark_lover

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=dark_lover
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/3ef49c38-6247-448f-bbc9-0feb606e0411.png"> </p>

kimbie_dark

https://github-profile-trophy.vercel.app/?username=ryo-ma&theme=kimbie_dark
<p align="center"> <img width="660" src="https://yellow-cdn.veclightyear.com/835a84d5/76748165-2ff9-45d9-95ce-bb121aa0f887.png"> </p>

奖杯间距宽度

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

https://github-profile-trophy.vercel.app/?username=ryo-ma&margin-w=15
<p align="center"> <img width="735" src="https://yellow-cdn.veclightyear.com/835a84d5/bef65958-db93-4bd5-84ac-f1a44e37c459.png"> </p>

奖杯间距高度

您可以在奖杯之间设置高度间距。
可用值:数字类型
默认值: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
<p align="center"> <img width="360" src="https://yellow-cdn.veclightyear.com/835a84d5/1256347c-54ff-42e3-a047-5ea06768bb28.png"> </p>

透明背景

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

https://github-profile-trophy.vercel.app/?username=ryo-ma&no-bg=true
<p align="center"> <img width=660 src="https://yellow-cdn.veclightyear.com/835a84d5/c68574c1-0027-424c-8071-721f93877a7e.png"> </p>

隐藏边框

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

https://github-profile-trophy.vercel.app/?username=ryo-ma&no-frame=true
<p align="center"> <img width=660 src="https://yellow-cdn.veclightyear.com/835a84d5/0253e489-9315-4381-abe0-8ba2dae0a3c6.png"> </p>

贡献指南

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

许可证

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

编辑推荐精选

Trae

Trae

字节跳动发布的AI编程神器IDE

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
问小白

问小白

全能AI智能助手,随时解答生活与工作的多样问题

问小白,由元石科技研发的AI智能助手,快速准确地解答各种生活和工作问题,包括但不限于搜索、规划和社交互动,帮助用户在日常生活中提高效率,轻松管理个人事务。

热门AI助手AI对话AI工具聊天机器人
Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

AI办公办公工具AI工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图热门
讯飞星火

讯飞星火

深度推理能力全新升级,全面对标OpenAI o1

科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。

热门AI开发模型训练AI工具讯飞星火大模型智能问答内容创作多语种支持智慧生活
Spark-TTS

Spark-TTS

一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型

Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。

咔片PPT

咔片PPT

AI助力,做PPT更简单!

咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群,能高效制作出高品质 PPT,满足不同场景演示需求。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

热门AI辅助写作AI工具讯飞绘文内容运营AI创作个性化文章多平台分发AI助手
材料星

材料星

专业的AI公文写作平台,公文写作神器

AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。

openai-agents-python

openai-agents-python

OpenAI Agents SDK,助力开发者便捷使用 OpenAI 相关功能。

openai-agents-python 是 OpenAI 推出的一款强大 Python SDK,它为开发者提供了与 OpenAI 模型交互的高效工具,支持工具调用、结果处理、追踪等功能,涵盖多种应用场景,如研究助手、财务研究等,能显著提升开发效率,让开发者更轻松地利用 OpenAI 的技术优势。

下拉加载更多