chore: providers ux

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent b2a8d27178
commit e8e982559d
32 changed files with 469 additions and 128 deletions
+3
View File
@@ -46,6 +46,9 @@ export default {
'noresult.provider.title': 'No Providers',
'noresult.provider.subTitle': 'No providers have been added yet.',
'noresult.provider.nofound': 'No matching providers found.',
'noresult.providers.title': 'No Providers',
'noresult.providers.subTitle': 'No providers have been added yet.',
'noresult.providers.nofound': 'No matching providers found.',
'noresult.accesses.title': 'No Accesses',
'noresult.accesses.subTitle': 'No accesses have been added yet.',
'noresult.accesses.nofound': 'No matching accesses found.'
+2 -1
View File
@@ -2,5 +2,6 @@ export default {
'providers.title': 'Providers',
'providers.button.add': 'Add Provider',
'providers.table.providerName': 'Provider',
'providers.table.modelsCounts': 'Models Count'
'providers.table.modelsCounts': 'Models Count',
'providers.table.proxy': 'Proxy'
};
+3
View File
@@ -46,6 +46,9 @@ export default {
'noresult.provider.title': 'No Providers',
'noresult.provider.subTitle': 'No providers have been added yet.',
'noresult.provider.nofound': 'No matching providers found.',
'noresult.providers.title': 'No Providers',
'noresult.providers.subTitle': 'No providers have been added yet.',
'noresult.providers.nofound': 'No matching providers found.',
'noresult.accesses.title': 'No Accesses',
'noresult.accesses.subTitle': 'No accesses have been added yet.',
'noresult.accesses.nofound': 'No matching accesses found.'
+2 -1
View File
@@ -2,5 +2,6 @@ export default {
'providers.title': 'Providers',
'providers.button.add': 'Add Provider',
'providers.table.providerName': 'Provider',
'providers.table.modelsCounts': 'Models Count'
'providers.table.modelsCounts': 'Models Count',
'providers.table.proxy': 'Proxy'
};
+6
View File
@@ -47,6 +47,9 @@ export default {
'noresult.provider.title': 'No Providers',
'noresult.provider.subTitle': 'No providers have been added yet.',
'noresult.provider.nofound': 'No matching providers found.',
'noresult.providers.title': 'No Providers',
'noresult.providers.subTitle': 'No providers have been added yet.',
'noresult.providers.nofound': 'No matching providers found.',
'noresult.accesses.title': 'No Accesses',
'noresult.accesses.subTitle': 'No accesses have been added yet.',
'noresult.accesses.nofound': 'No matching accesses found.'
@@ -63,6 +66,9 @@ export default {
// 5. 'noresult.provider.title': 'No Providers',
// 6. 'noresult.provider.subTitle': 'No providers have been added yet.',
// 7. 'noresult.provider.nofound': 'No matching providers found.',
// 5. 'noresult.providers.title': 'No Providers',
// 6. 'noresult.providers.subTitle': 'No providers have been added yet.',
// 7. 'noresult.providers.nofound': 'No matching providers found.',
// 8. 'noresult.accesses.title': 'No Accesses',
// 9. 'noresult.accesses.subTitle': 'No accesses have been added yet.',
// 10. 'noresult.accesses.nofound': 'No matching accesses found.'
+2 -1
View File
@@ -2,5 +2,6 @@ export default {
'providers.title': 'Providers',
'providers.button.add': 'Add Provider',
'providers.table.providerName': 'Provider',
'providers.table.modelsCounts': 'Models Count'
'providers.table.modelsCounts': 'Models Count',
'providers.table.proxy': 'Proxy'
};
+1 -2
View File
@@ -15,8 +15,7 @@ export default {
'menu.models.userModels': '我的模型',
'menu.models.benchmark': '基准测试',
'menu.models.benchmarkDetail': '基准测试详情',
'menu.models.provider': '渠道',
'menu.models.providers': '渠道',
'menu.models.providers': '提供商',
'menu.models.accesses': '接入',
'menu.modelCatalog': '模型库',
'menu.models.catalog': '模型库',
+3 -3
View File
@@ -41,9 +41,9 @@ export default {
'noresult.benchmark.title': '暂无基准测试',
'noresult.benchmark.subTitle': '尚未添加任何基准测试。',
'noresult.benchmark.nofound': '未找到匹配的基准测试',
'noresult.provider.title': '暂无渠道',
'noresult.provider.subTitle': '尚未添加任何渠道。',
'noresult.provider.nofound': '未找到匹配的渠道',
'noresult.providers.title': '暂无提供商',
'noresult.providers.subTitle': '尚未添加任何提供商。',
'noresult.providers.nofound': '未找到匹配的提供商',
'noresult.accesses.title': '暂无接入',
'noresult.accesses.subTitle': '尚未添加任何接入。',
'noresult.accesses.nofound': '未找到匹配的接入'
+5 -4
View File
@@ -1,6 +1,7 @@
export default {
'providers.title': '渠道',
'providers.button.add': '添加渠道',
'providers.table.providerName': '渠道',
'providers.table.modelsCounts': '模型数量'
'providers.title': '提供商',
'providers.button.add': '添加提供商',
'providers.table.providerName': '提供商',
'providers.table.modelsCounts': '模型数量',
'providers.table.proxy': '代理'
};