diff --git a/dashboard/src/i18n/locales/en-US/features/welcome.json b/dashboard/src/i18n/locales/en-US/features/welcome.json index dcb70b70d..6f5a8f00d 100644 --- a/dashboard/src/i18n/locales/en-US/features/welcome.json +++ b/dashboard/src/i18n/locales/en-US/features/welcome.json @@ -18,10 +18,7 @@ "step1Desc": "Connect AstrBot to IM platforms like QQ, Lark, Slack, Telegram, etc.", "step2Title": "Configure AI Model", "step2Desc": "Configure AI models for AstrBot.", - "step3Title": "Run with Computer Use", - "step3Desc": "Learn how to enable the sandbox environment so AstrBot can execute shell commands, edit files, and run Python code.", "configure": "Configure", - "learnMore": "Learn More", "skip": "Skip", "pending": "Pending", "completed": "Completed", diff --git a/dashboard/src/i18n/locales/ru-RU/features/welcome.json b/dashboard/src/i18n/locales/ru-RU/features/welcome.json index 9a18bca71..166522401 100644 --- a/dashboard/src/i18n/locales/ru-RU/features/welcome.json +++ b/dashboard/src/i18n/locales/ru-RU/features/welcome.json @@ -16,10 +16,7 @@ "step1Desc": "Подключите AstrBot к QQ, Lark, WeChat, Telegram и другим мессенджерам.", "step2Title": "Настройка AI моделей", "step2Desc": "Выберите и настройте AI провайдеров для AstrBot.", - "step3Title": "Запуск с Computer Use", - "step3Desc": "Узнайте, как включить песочницу, чтобы AstrBot мог выполнять shell-команды, редактировать файлы и запускать Python.", "configure": "Настроить", - "learnMore": "Подробнее", "skip": "Пропустить", "pending": "Ожидает", "completed": "Готово", diff --git a/dashboard/src/i18n/locales/zh-CN/features/welcome.json b/dashboard/src/i18n/locales/zh-CN/features/welcome.json index 1934bdea1..7ddac7d25 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/welcome.json +++ b/dashboard/src/i18n/locales/zh-CN/features/welcome.json @@ -18,10 +18,7 @@ "step1Desc": "将 AstrBot 连接到 QQ、飞书、企业微信、Telegram 等 IM 平台。", "step2Title": "配置 AI 模型", "step2Desc": "为 AstrBot 配置 AI 模型。", - "step3Title": "运行使用电脑", - "step3Desc": "了解如何启用沙箱环境,让 AstrBot 能够执行 Shell 命令、编辑文件和运行 Python 代码。", "configure": "去配置", - "learnMore": "了解更多", "skip": "跳过", "pending": "待处理", "completed": "已完成", diff --git a/dashboard/src/views/WelcomePage.vue b/dashboard/src/views/WelcomePage.vue index 81b303951..6ca2f7b9f 100644 --- a/dashboard/src/views/WelcomePage.vue +++ b/dashboard/src/views/WelcomePage.vue @@ -171,52 +171,6 @@ - - - - - {{ tm("onboard.step3Title") }} - - - {{ tm("onboard.step3Desc") }} - - - - {{ tm("onboard.learnMore") }} - - - {{ tm("onboard.completed") }} - - - - @@ -383,7 +337,6 @@ const apiBaseUrl = ref(apiStore.apiBaseUrl || "http://127.0.0.1:6185"); const platformStepState = ref("pending"); const providerStepState = ref("pending"); -const computerUseStepState = ref("pending"); const welcomeAnnouncementRaw = ref(null); function resolveWelcomeAnnouncement(raw: unknown, currentLocale: string) {
- {{ tm("onboard.step3Desc") }} -