diff --git a/packages/ui/src/renderer/src/features/DependenciesSetupProgressIndicatorDialog/index.vue b/packages/ui/src/renderer/src/features/DependenciesSetupProgressIndicatorDialog/index.vue
index ddb07c2..7f7e8e2 100644
--- a/packages/ui/src/renderer/src/features/DependenciesSetupProgressIndicatorDialog/index.vue
+++ b/packages/ui/src/renderer/src/features/DependenciesSetupProgressIndicatorDialog/index.vue
@@ -7,7 +7,7 @@
:show-close="false"
>
- Downloading Dedicate Browser
+ 正在下载核心组件
diff --git a/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue b/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue
index 53de824..516362c 100644
--- a/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue
+++ b/packages/ui/src/renderer/src/page/Configuration/GeekAutoStartChatWithBoss.vue
@@ -2,7 +2,7 @@
-
+
-
+
- Just save the configuration
- I'm ready, geekgeekgo!
+ 仅保存配置
+ 保存配置,并开始求职!
diff --git a/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatus.vue b/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatus.vue
index bc110ac..a4362bd 100644
--- a/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatus.vue
+++ b/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatus.vue
@@ -1,12 +1,12 @@
- Hi buddy!
- I'm finding your expected job and will start a chat with recruiter.
- You can view the positions you've chatted with in BossZhipin App on your cellphone.
- Good luck to you!
+ 👋 BOSS炸弹正在运行
+ 💬 正在为你开聊BOSS,请静候佳音
+ 📱 你可以在手机 / 平板电脑上,使用BOSS直聘App与为你开聊的BOSS聊天
+ 🍀 祝你求职顺利!
-
Stop
+
停止开聊
diff --git a/packages/ui/src/renderer/src/router/index.ts b/packages/ui/src/renderer/src/router/index.ts
index cc8d52b..d7d6051 100644
--- a/packages/ui/src/renderer/src/router/index.ts
+++ b/packages/ui/src/renderer/src/router/index.ts
@@ -17,7 +17,7 @@ const routes: Array = [
path: 'GeekAutoStartChatWithBoss',
component: () => import('@renderer/page/Configuration/GeekAutoStartChatWithBoss.vue'),
meta: {
- title: '"geek auto start chat with boss" configuration'
+ title: '"BOSS炸弹" 设置'
}
}
]
@@ -30,7 +30,7 @@ const routes: Array = [
path: 'runningStatus',
component: () => import('@renderer/page/GeekAutoStartChatWithBoss/RunningStatus.vue'),
meta: {
- title: 'geek auto start chat with boss is running!'
+ title: 'BOSS炸弹 正在为你开聊BOSS'
}
}
]