diff --git a/packages/ui/src/renderer/src/page/Configuration/ReadNoReplyReminder.vue b/packages/ui/src/renderer/src/page/Configuration/ReadNoReplyReminder.vue index 043f52e..b066c06 100644 --- a/packages/ui/src/renderer/src/page/Configuration/ReadNoReplyReminder.vue +++ b/packages/ui/src/renderer/src/page/Configuration/ReadNoReplyReminder.vue @@ -6,40 +6,59 @@ :model="formContent.autoReminder" label-position="top" > - - 编辑Cookie +
+
BOSS直聘 Cookie
+ 编辑Cookie +
+
+ +
+
跟进话术 - 当发现已读不回的Boss时,将要向Boss发出:
+ +
+ + “[盼回复]” 表情 + +
+ + 由 AI(根据你的简历及和当前Boss聊天的上下文)生成的内容 + +
+
+
+
+
+ - - - -
- - “[盼回复]” 表情 - -
- - 由 AI(根据你的简历及和当前Boss聊天的上下文)生成的内容 - +
+ Gemini API 密钥  + 没有密钥?点击此处申请一个 +
- - - - - 没有密钥?点击此处申请一个吧 - - - + + + +
+
简历、求职期望摘要 例子
+ +
+ 预览Prompt +
+
{ conf.rechatLimitDay = conf.rechatLimitDay ?? 21 conf.geminiApiKey = conf.geminiApiKey ?? '' conf.rechatContentSource = conf.rechatContentSource ?? 1 + conf.resumeAbstract = conf.resumeAbstract ?? '' formContent.value.autoReminder = conf })