chore: add hint for creating backend

This commit is contained in:
jialin
2026-03-09 15:48:16 +08:00
parent cf521ad79e
commit 73e52fe334
5 changed files with 32 additions and 9 deletions
+3 -1
View File
@@ -44,5 +44,7 @@ export default {
'backend.filter.source': 'Filter by source',
'backend.add.custom': 'Custom',
'backend.add.community': 'Community',
'backend.community.title': 'Community Backend Marketplace'
'backend.community.title': 'Community Backend Marketplace',
'backend.form.add.hint':
'To use a different version of a built-in backend (e.g., vLLM, SGLang, MindIE), please add a new version to the existing backend instead of adding a custom backend.'
};