fix(style): catalog size tags overflow

This commit is contained in:
jialin
2025-01-09 09:26:42 +08:00
parent 39b6c00c6d
commit fb4666195c
14 changed files with 243 additions and 102 deletions
+2 -1
View File
@@ -89,5 +89,6 @@ export default {
'models.form.search.gguftips':
'If using macOS or Windows as a worker, check GGUF (uncheck for audio models).',
'models.form.button.addlabel': 'Add Label',
'models.filter.category': 'Filter by category'
'models.filter.category': 'Filter by category',
'models.list.more.logs': 'View More'
};
+2 -1
View File
@@ -85,5 +85,6 @@ export default {
'models.form.search.gguftips':
'当 macOS 或 Windows 作 worker 时勾选 GGUF(搜索音频模型时取消勾选)',
'models.form.button.addlabel': '添加标签',
'models.filter.category': '按类别筛选'
'models.filter.category': '按类别筛选',
'models.list.more.logs': '查看更多'
};