From 1d8e99303ddbeddd0c9c8bffc9d9d35a554c278a Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Mon, 9 Feb 2026 11:20:08 +0800 Subject: [PATCH] =?UTF-8?q?enhance=20ui=20text=20about=20`=E5=B7=B2?= =?UTF-8?q?=E8=AF=BB=E4=B8=8D=E5=9B=9E=E8=87=AA=E5=8A=A8=E5=A4=8D=E8=81=8A?= =?UTF-8?q?`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- .../RunningStatusForReadNoReplyReminder.vue | 2 +- .../renderer/src/page/MainLayout/ReadNoReplyReminder.vue | 4 ++-- packages/ui/src/renderer/src/router/index.ts | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b12ff22..e728812 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ https://github.com/user-attachments/assets/672f1637-dd54-416c-922e-1ecf09b0874a -### 已读不回复聊 +### 已读不回自动复聊 BOSS不明原因已读不回?简历就是投不出去? -已读不回复聊,有事没事提醒一下已读不回的 Ta,助力把握每次机会 +已读不回自动复聊,有事没事提醒一下已读不回的 Ta,助力沟通双向奔赴 image @@ -76,13 +76,13 @@ BOSS不明原因已读不回?简历就是投不出去? image -### 已读不回复聊提示词模板编辑 +### 已读不回自动复聊提示词模板编辑 对生成的提醒消息不够满意?您不妨可以自己进行编辑提示词,来获得您期望的结果 image -### 已读不回复聊提醒过程模拟 +### 已读不回自动复聊提醒过程模拟 想要测试配置的某一款模型可不可用?想测试使用当前配置生成的内容效果如何?那就来这里试试吧 image diff --git a/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatusForReadNoReplyReminder.vue b/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatusForReadNoReplyReminder.vue index 2e83141..d1c3bbb 100644 --- a/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatusForReadNoReplyReminder.vue +++ b/packages/ui/src/renderer/src/page/GeekAutoStartChatWithBoss/RunningStatusForReadNoReplyReminder.vue @@ -3,7 +3,7 @@
-

👋 已读不回复聊正在运行

+

👋 已读不回自动复聊正在运行

🍀 祝你求职顺利!

停止开聊 diff --git a/packages/ui/src/renderer/src/page/MainLayout/ReadNoReplyReminder.vue b/packages/ui/src/renderer/src/page/MainLayout/ReadNoReplyReminder.vue index 2a9db3d..f370852 100644 --- a/packages/ui/src/renderer/src/page/MainLayout/ReadNoReplyReminder.vue +++ b/packages/ui/src/renderer/src/page/MainLayout/ReadNoReplyReminder.vue @@ -112,7 +112,7 @@ 使用当前配置模拟已读不回复聊过程使用当前配置模拟已读不回自动复聊过程 @@ -561,7 +561,7 @@ const rechatLlmFallbackOptions = [ value: RECHAT_LLM_FALLBACK.SEND_LOOK_FORWARD_EMOTION }, { - name: '退出已读不回复聊', + name: '退出已读不回自动复聊', value: RECHAT_LLM_FALLBACK.EXIT_REMINDER_PROGRAM } ] diff --git a/packages/ui/src/renderer/src/router/index.ts b/packages/ui/src/renderer/src/router/index.ts index 25d5c05..7f229aa 100644 --- a/packages/ui/src/renderer/src/router/index.ts +++ b/packages/ui/src/renderer/src/router/index.ts @@ -56,7 +56,7 @@ const routes: Array = [ path: '/readNoReplyReminderLlmMock', component: () => import('@renderer/page/ReadNoReplyReminderLlmMock/index.vue'), meta: { - title: '已读不回复聊 大语言模型测试' + title: '已读不回自动复聊 大语言模型测试' } }, { @@ -82,7 +82,7 @@ const routes: Array = [ path: 'ReadNoReplyReminder', component: () => import('@renderer/page/MainLayout/ReadNoReplyReminder.vue'), meta: { - title: '已读不回复聊' + title: '已读不回自动复聊' } }, { @@ -147,7 +147,7 @@ const routes: Array = [ '@renderer/page/GeekAutoStartChatWithBoss/RunningStatusForReadNoReplyReminder.vue' ), meta: { - title: '已读不回复聊 正在为你开聊BOSS' + title: '已读不回自动复聊 正在为你开聊BOSS' } } ]