Git Emoji
| 标签 | 代码 | 含义 (中文) | 含义 (英文) |
|---|---|---|---|
| 📦 | :package: |
添加或更新编译后的文件或包。 | Add or update compiled files or packages. |
| ✨ | :sparkles: |
引入新功能。 | Introduce new features. |
| 🐛 | :bug: |
修复 Bug。 | Fix a bug. |
| ⚡️ | :zap: |
提高性能。 | Improve performance. |
| 📝 | :memo: |
添加或更新文档。 | Add or update documentation. |
| 🚀 | :rocket: |
部署相关。 | Deploy stuff. |
| 💄 | :lipstick: |
更新 UI 和样式文件。 | Add or update the UI and style files. |
| 🎉 | :tada: |
开始项目 / 初始提交。 | Initial commit. |
| ✅ | :white_check_mark: |
添加、更新或通过测试。 | Add, update, or pass tests. |
| 🔒️ | :lock: |
修复安全或隐私问题。 | Fix security or privacy issues. |
| 🍎 | :apple: |
修复 macOS 相关的 Bug。 | Fix stuff on macOS. |
| 🐧 | :penguin: |
修复 Linux 相关的 Bug。 | Fix stuff on Linux. |
| 🏁 | :checkered_flag: |
修复 Windows 相关的 Bug。 | Fix stuff on Windows. |
| 🚑️ | :ambulance: |
紧急热修复。 | Critical hotfix. |
| 🚧 | :construction: |
进行中的工作。 | Work in progress. |
| 💚 | :green_heart: |
修复 CI (持续集成) 构建。 | Fix CI build. |
| ⬇️ | :arrow_down: |
降级依赖。 | Downgrade dependencies. |
| ⬆️ | :arrow_up: |
升级依赖。 | Upgrade dependencies. |
| 📌 | :pushpin: |
锁定依赖的版本。 | Pin dependencies to specific versions. |
| 👷 | :construction_worker: |
添加或更新 CI 构建系统。 | Add or update CI build system. |
| 📈 | :chart_with_upwards_trend: |
添加分析或跟踪代码。 | Add analytics or tracking code. |
| ♻️ | :recycle: |
重构特定的代码逻辑。 | Refactor specific code logic. |
| 🎨 | :art: |
改进代码结构或格式。 | Improve structure / format of the code. |
| 🔨 | :hammer: |
进行重构 / 通用代码改进。 | Refactor code / General update. |
| 🔥 | :fire: |
移除代码或文件。 | Remove code or files. |
| 🗑️ | :wastebasket: |
废弃代码或文件。 | Deprecate code or files. |
| 🌐 | :globe_with_meridians: |
国际化和本地化。 | Internationalization and localization. |
| 🔧 | :wrench: |
添加或更新配置文件。 | Add or update configuration files. |
| 🚨 | :rotating_light: |
修复编译器/Linter 警告。 | Fix compiler / linter warnings. |
| 💡 | :bulb: |
添加注释或文档字符串。 | Add or update comments in source code. |
| 👥 | :busts_in_silhouette: |
添加贡献者或团队信息。 | Add contributor(s) or community. |
| ⏪ | :rewind: |
撤销更改。 | Revert changes. |
| 🚚 | :truck: |
移动或重命名文件、路径。 | Move or rename resources. |
| 💥 | :boom: |
引入破坏性变更。 | Introduce breaking changes. |
| 🍻 | :beers: |
醉酒写的代码 / 测试性提交。 | Write bad code that needs to be improved. (Often humorous or test-related) |
| 💩 | :poop: |
糟糕的代码,需要改进。 | Write bad code that needs to be improved. |
| ♿️ | :wheelchair: |
改善可访问性。 | Improve accessibility. |
| 🐳 | :whale: |
Docker 相关更改。 | Docker related changes. |
| ➕ | :heavy_plus_sign: |
添加依赖项。 | Add a dependency. |
| ➖ | :heavy_minus_sign: |
移除依赖项。 | Remove a dependency. |
| 🧪 | :test_tube: |
添加一个失败的测试。 | Add a failing test. |
| 👔 | :necktie: |
添加或更新业务逻辑。 | Add or update business logic. |
| 📱 | :iphone: |
修复响应式设计或移动端问题。 | Work on responsive design or mobile views. |
| 💻 | :computer: |
修复桌面端(非 Web)相关问题。 | Work on desktop application. |
| ⚙️ | :gear: |
更新设置或配置。 | Update settings or configuration. |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 crowforkotlin!
评论



