refactor: update user guide for add worker

chore: update resource locales
This commit is contained in:
jialin
2025-07-07 17:40:09 +08:00
parent ac32e23e87
commit 69cceb4fc7
8 changed files with 159 additions and 45 deletions
+17 -1
View File
@@ -70,5 +70,21 @@ export default {
'resources.filter.source': '按来源筛选',
'resources.modelfiles.delete.tips': '同时从磁盘删除文件',
'resources.modelfiles.copy.tips': '复制完整路径',
'resources.filter.path': '路径查询'
'resources.filter.path': '路径查询',
'resources.register.worker.step1':
'点击菜单 <span class="bold-text">Copy token</span>。',
'resources.register.worker.step2':
'点击菜单 <span class="bold-text">Quick Config</span>。',
'resources.register.worker.step3':
'点击页签 <span class="bold-text">General</span>。',
'resources.register.worker.step4':
'选择 <span class="bold-text">Worker</span> 作为服务角色。',
'resources.register.worker.step5':
'输入 <span class="bold-text">Server URL</span>。',
'resources.register.worker.step6':
'粘贴 <span class="bold-text">Token</span>.',
'resources.register.worker.step7':
'点击 <span class="bold-text">Restart</span> 应用设置。',
'resources.register.install.title': '安装 GPUStack',
'resources.register.download': '<a>下载安装包</a> 并且安装。'
};