mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
@@ -28,10 +28,10 @@ translations = {
|
||||
}
|
||||
|
||||
translations_resort = {
|
||||
'新增 \\| New': 'feat',
|
||||
'改进 \\| Improved': 'perf',
|
||||
'修复 \\| Fix': 'fix',
|
||||
'其他 \\| Other': 'other'
|
||||
'新增 | New': 'feat',
|
||||
'改进 | Improved': 'perf',
|
||||
'修复 | Fix': 'fix',
|
||||
'其他 | Other': 'other'
|
||||
}
|
||||
|
||||
def individual_commits(commits: dict, indent: str = "") -> (str, list):
|
||||
|
||||
Reference in New Issue
Block a user