fix: api info example

This commit is contained in:
jialin
2025-11-20 11:47:09 +08:00
parent 8f9562d6a4
commit de882dc62e
7 changed files with 27 additions and 14 deletions
+3 -1
View File
@@ -264,7 +264,8 @@ export default {
'common.help.default': 'Default: {content}',
'common.filter.status': 'Filter by status',
'common.form.rule.selectInput': 'Please select or enter a {name}',
'common.tag.experimental': 'Experimental'
'common.tag.experimental': 'Experimental',
'common.title.example': 'Example'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -295,4 +296,5 @@ export default {
// 25. 'common.filter.status': 'Filter by status'
// 26. 'common.form.rule.selectInput': 'Please select or enter a {name}',
// 27. 'common.tag.experimental': 'Experimental',
// 28. 'common.title.example': 'Example'
// ========== End of To-Do List ==========