feat: provider lsit
This commit is contained in:
@@ -16,6 +16,7 @@ export default {
|
||||
'menu.models.benchmark': '基准测试',
|
||||
'menu.models.benchmarkDetail': '基准测试详情',
|
||||
'menu.models.provider': '渠道',
|
||||
'menu.models.providers': '渠道',
|
||||
'menu.modelCatalog': '模型库',
|
||||
'menu.models.catalog': '模型库',
|
||||
'menu.resources': '资源',
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
'providers.title': '渠道',
|
||||
'providers.button.add': '添加渠道',
|
||||
'providers.table.providerName': '渠道',
|
||||
'providers.table.modelsCounts': '模型数量'
|
||||
};
|
||||
Reference in New Issue
Block a user