enhance ui text about 已读不回自动复聊

This commit is contained in:
geekgeekrun
2026-02-09 11:20:08 +08:00
parent baef48752f
commit 1d8e99303d
4 changed files with 10 additions and 10 deletions

View File

@@ -45,10 +45,10 @@
https://github.com/user-attachments/assets/672f1637-dd54-416c-922e-1ecf09b0874a
### 已读不回复聊
### 已读不回自动复聊
BOSS不明原因已读不回简历就是投不出去
已读不回复聊,有事没事提醒一下已读不回的 Ta助力把握每次机会
已读不回自动复聊,有事没事提醒一下已读不回的 Ta助力沟通双向奔赴
<img width="1024" alt="image" src="https://github.com/user-attachments/assets/51a43b0f-118d-4b0a-957c-40a5367e29e4" />
@@ -76,13 +76,13 @@ BOSS不明原因已读不回简历就是投不出去
<img width="576" alt="image" src="https://github.com/user-attachments/assets/ef91642f-b0b0-438f-8c66-e650f0de139b" />
### 已读不回复聊提示词模板编辑
### 已读不回自动复聊提示词模板编辑
对生成的提醒消息不够满意?您不妨可以自己进行编辑提示词,来获得您期望的结果
<img width="1139" alt="image" src="https://github.com/user-attachments/assets/db956573-61c0-44d4-b588-5c04fe941f84" />
### 已读不回复聊提醒过程模拟
### 已读不回自动复聊提醒过程模拟
想要测试配置的某一款模型可不可用?想测试使用当前配置生成的内容效果如何?那就来这里试试吧
<img width="600" alt="image" src="https://github.com/user-attachments/assets/3b2776bd-ae5b-48d1-a01c-0819509d96a1" />

View File

@@ -3,7 +3,7 @@
<FlyingCompanyLogoList class="flying-company-logo-list" />
<div class="tip">
<article>
<h1>👋 已读不回复聊正在运行</h1>
<h1>👋 已读不回自动复聊正在运行</h1>
<p>🍀 祝你求职顺利</p>
</article>
<el-button :disabled="isStopping" @click="handleStopButtonClick">停止开聊</el-button>

View File

@@ -112,7 +112,7 @@
</el-form-item>
<el-form-item>
<el-button size="small" type="primary" @click="handleTestEffectClicked"
>使用当前配置模拟已读不回复聊过程</el-button
>使用当前配置模拟已读不回自动复聊过程</el-button
>
</el-form-item>
<el-form-item prop="recentMessageQuantityForLlm">
@@ -561,7 +561,7 @@ const rechatLlmFallbackOptions = [
value: RECHAT_LLM_FALLBACK.SEND_LOOK_FORWARD_EMOTION
},
{
name: '退出已读不回复聊',
name: '退出已读不回自动复聊',
value: RECHAT_LLM_FALLBACK.EXIT_REMINDER_PROGRAM
}
]

View File

@@ -56,7 +56,7 @@ const routes: Array<RouteRecordRaw> = [
path: '/readNoReplyReminderLlmMock',
component: () => import('@renderer/page/ReadNoReplyReminderLlmMock/index.vue'),
meta: {
title: '已读不回复聊 大语言模型测试'
title: '已读不回自动复聊 大语言模型测试'
}
},
{
@@ -82,7 +82,7 @@ const routes: Array<RouteRecordRaw> = [
path: 'ReadNoReplyReminder',
component: () => import('@renderer/page/MainLayout/ReadNoReplyReminder.vue'),
meta: {
title: '已读不回复聊'
title: '已读不回自动复聊'
}
},
{
@@ -147,7 +147,7 @@ const routes: Array<RouteRecordRaw> = [
'@renderer/page/GeekAutoStartChatWithBoss/RunningStatusForReadNoReplyReminder.vue'
),
meta: {
title: '已读不回复聊 正在为你开聊BOSS'
title: '已读不回自动复聊 正在为你开聊BOSS'
}
}
]