feat: generic_proxy

This commit is contained in:
jialin
2025-11-11 15:47:32 +08:00
parent b4b25d4300
commit ee5c30934b
13 changed files with 138 additions and 12 deletions
+8 -2
View File
@@ -245,10 +245,16 @@ export default {
'Up to 63 characters; letters, numbers, dots (.), underscores (_), and hyphens (-) only; must start and end with an alphanumeric character.',
'models.catalog.button.explore': 'Изучить другие модели',
'models.catalog.precision': 'Точность',
'models.form.gpuPerReplica.tips': 'Enter a custom number'
'models.form.gpuPerReplica.tips': 'Enter a custom number',
'models.form.generic_proxy': 'Enable Generic Proxy',
'models.form.generic_proxy.tips': 'Enable Generic Proxy',
'models.form.generic_proxy.button': 'Generic Proxy'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'models.form.rules.name': 'Up to 63 characters; letters, numbers, dots (.), underscores (_), and hyphens (-) only; must start and end with an alphanumeric character.',
// 2. 'models.form.gpuPerReplica.tips': 'Enter a custom number'
// 2. 'models.form.gpuPerReplica.tips': 'Enter a custom number',
// 3. 'models.form.generic_proxy': 'Enable Generic Proxy',
// 4. 'models.form.generic_proxy.tips': 'Enable Generic Proxy',
// 5. 'models.form.generic_proxy.button': 'Generic Proxy'
// ========== End of To-Do List ==========