fix: auto expand the fields group
This commit is contained in:
@@ -238,7 +238,9 @@ export default {
|
||||
'models.form.draftModel.tips':
|
||||
'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.',
|
||||
'models.form.quantization': 'Quantization',
|
||||
'models.form.backend.custom': 'User Defined'
|
||||
'models.form.backend.custom': 'User Defined',
|
||||
'models.form.rules.name':
|
||||
'Up to 63 characters; letters, numbers, dots (.), underscores (_), and hyphens (-) only; must start and end with an alphanumeric character.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -306,5 +308,6 @@ export default {
|
||||
// 45. 'models.form.draftModel.placeholder': 'Please select or enter a draft model',
|
||||
// 46. 'models.form.draftModel.tips': 'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.'
|
||||
// 47. 'models.form.quantization': 'Quantization',
|
||||
// 48. 'models.form.backend.custom': 'User Defined'
|
||||
// 48. 'models.form.backend.custom': 'User Defined',
|
||||
// 49. 'models.form.rules.name': 'Up to 63 characters; letters, numbers, dots (.), underscores (_), and hyphens (-) only; must start and end with an alphanumeric character.'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
Reference in New Issue
Block a user