chore: backend api

This commit is contained in:
jialin
2026-01-30 20:48:55 +08:00
committed by Lawrence Li
parent af6f90c228
commit a2be7f6b36
22 changed files with 11829 additions and 9118 deletions
+1
View File
@@ -10,6 +10,7 @@ export default {
'backend.framework': 'Framework',
'backend.builtin': 'Built-in',
'backend.custom': 'Custom',
'backend.community': 'Community',
'backend.isDefault': 'Default',
'backend.availableFrameworks': 'Supported Frameworks',
'backend.addVersion': 'Add Version',
+5 -1
View File
@@ -269,5 +269,9 @@ export default {
'common.button.dontshowagain': "Don't show again",
'common.sorter.tips.ascend': 'Click to sort ascending',
'common.sorter.tips.descend': 'Click to sort descending',
'common.sorter.tips.cancel': 'Click to cancel sorting'
'common.sorter.tips.cancel': 'Click to cancel sorting',
'common.button.enable': 'Enable',
'common.button.disable': 'Disable',
'common.status.enabled': 'Enabled',
'common.status.disabled': 'Disabled'
};