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
@@ -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>
@@ -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
}
]
+3 -3
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'
}
}
]