add template match and stage in webui

Former-commit-id: d6283e7f041f08f76d18350cb5f6a6c58ca80e92
This commit is contained in:
codemayq
2023-08-14 20:42:59 +08:00
parent 688e8601ab
commit 9585699918
6 changed files with 77 additions and 14 deletions

View File

@@ -546,7 +546,15 @@ LOCALES = {
"zh": {
"value": "开始导出"
}
}
},
"stage": {
"en": {
"label": "train stage"
},
"zh": {
"label": "训练阶段"
}
},
}