chore: models filter by category

This commit is contained in:
jialin
2025-01-03 20:51:22 +08:00
parent 1d66becff5
commit cc45ec85fd
6 changed files with 49 additions and 16 deletions
+2 -1
View File
@@ -87,5 +87,6 @@ export default {
'models.form.backend.voxbox': 'vox-box: For non-GGUF format audio models.',
'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.form.button.addlabel': 'Add Label',
'models.filter.category': 'Filter by Category'
};
+2 -1
View File
@@ -83,5 +83,6 @@ export default {
'models.form.backend.voxbox': 'vox-box: 用于非 GGUF 格式的音频模型',
'models.form.search.gguftips':
'当 macOS 或 Windows 作 worker 时勾选 GGUF(搜索音频模型时取消勾选)',
'models.form.button.addlabel': '添加标签'
'models.form.button.addlabel': '添加标签',
'models.filter.category': '按类别筛选'
};