mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
16 lines
477 B
JSON
16 lines
477 B
JSON
{
|
|
"types": {
|
|
"feat": { "title": "🚀 Features" },
|
|
"fix": { "title": "🔧 Bug Fixes" },
|
|
"docs": { "title": "📚 Documentation" },
|
|
"style": { "title": "💄 Styles" },
|
|
"refactor": { "title": "🔨 Refactor" },
|
|
"perf": { "title": "🏎 Performance" },
|
|
"test": { "title": "🚨 Tests" },
|
|
"build": { "title": "🛠 Build" },
|
|
"ci": { "title": "👷 CI" },
|
|
"chore": { "title": "🛗 Chore" },
|
|
"revert": { "title": "⏪ Revert" }
|
|
}
|
|
}
|