chore: add worker labels

This commit is contained in:
jialin
2024-12-23 16:44:57 +08:00
parent e7de1896ea
commit 6ce6a932e1
3 changed files with 8 additions and 4 deletions
+3 -1
View File
@@ -50,5 +50,7 @@ export default {
'resources.worker.container.supported': 'Do not support windows.',
'resources.worker.current.version': 'Current version is {version}.',
'resources.worker.select.command':
'Select a label to generate the command and copy it using the copy button.'
'Select a label to generate the command and copy it using the copy button.',
'resources.worker.script.install': 'Script Installation',
'resources.worker.container.install': 'Container Installation'
};