feat: model category

This commit is contained in:
jialin
2024-12-27 19:12:51 +08:00
parent 9f40e2c71e
commit b4e30565d2
16 changed files with 68 additions and 56 deletions
+2 -1
View File
@@ -219,5 +219,6 @@ export default {
'common.button.recreate': 'Recreate',
'common.button.delrecreate': 'Delete (Recreate)',
'common.options.all': 'All',
'common.options.none': 'None'
'common.options.none': 'None',
'common.options.auto': 'Auto'
};
+1
View File
@@ -44,6 +44,7 @@ export default {
'models.search.unsupport':
'This model is not supported and may be unusable after deployment.',
'models.form.scheduletype': 'Schedule Type',
'models.form.categories': 'Model Category',
'models.form.scheduletype.auto': 'Auto',
'models.form.scheduletype.manual': 'Manual',
'models.form.scheduletype.auto.tips':
+2 -1
View File
@@ -212,5 +212,6 @@ export default {
'common.button.recreate': '重新创建',
'common.button.delrecreate': '删除(重建)',
'common.options.all': '全部',
'common.options.none': '无'
'common.options.none': '无',
'common.options.auto': '自动'
};
+1
View File
@@ -42,6 +42,7 @@ export default {
'models.search.networkerror': '网络连接异常!',
'models.search.hfvisit': '请确保您可以访问',
'models.search.unsupport': '暂不支持该模型,部署后可能无法使用',
'models.form.categories': '模型类别',
'models.form.scheduletype': '调度方式',
'models.form.scheduletype.auto': '自动',
'models.form.scheduletype.manual': '手动',