snk-给github界面加一个有趣的动画

How to enable GitHub Actions on your Profile README for a snake-eating contribution graph 🐍 - DEV Community

Platane/Platane (github.com)

① 创建New repository 名字和你自己的Github 用户名一样。

② 创建之后,再这个Zero-coder仓库下创建一个workflows文件夹,不会创建文件夹的看这个:

GitHub上如何创建文件夹_gitlab 銝要ew file-CSDN博客

③ 然后点击"Actions"

④ 点击 New workflow

会默认生成一个blank.yml 文件,然后你在这个文件里面把Platane/.github/workflows/main.yml at master · Platane/Platane

里面的main.yml 的内容复制到blank.yml 里面,然后点击Commit changes.

生成完成之后, 有个带√的小绿标。✅

⑤ 然后再README.md中复制这个代码

XML 复制代码
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Zero-coder/Zero-coder/output/github-contribution-grid-snake-dark.svg">
  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Zero-coder/Zero-coder/output/github-contribution-grid-snake.svg">
  <img alt="github contribution grid snake animation" src="https://raw.githubusercontent.com/Zero-coder/Zero-coder/output/github-contribution-grid-snake.svg">
</picture>

最后刷新刷新,就看到啦~

相关推荐
桃花键神4 小时前
2025远程桌面软件年终推荐榜单:ToDesk、RustDesk、向日葵、UU和QQ远程
github
携欢5 小时前
POrtSwigger靶场之Exploiting XXE using external entities to retrieve files通关秘籍
网络·安全·github
时光Autistic7 小时前
【安装教程】Git安装完整步骤
git·github
-拟墨画扇-10 小时前
Git | 变基操作
git·gitee·github·gitcode
lifewange13 小时前
Git/Gitee/GitHub有什么区别
git·gitee·github
222you14 小时前
智慧社区:调用腾讯云的人脸识别接口完成人脸采集的功能
云计算·github·腾讯云
逛逛GitHub14 小时前
推荐 8 个爷青回 GitHub 开源游戏,太怀念了。
github
QQ__176461982414 小时前
Ubuntu系统克隆Github仓库项目到本地
linux·ubuntu·github
小徐_23331 天前
2025 前端开源三年,npm 发包卡我半天
前端·npm·github
落枫591 天前
如何快速搭建一个JAVA持续交付环境
后端·github