add some static text

This commit is contained in:
geekgeekrun
2024-11-21 02:06:48 +08:00
parent 1c28d1759f
commit c991e96e81
3 changed files with 11 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ export async function runAutoChatWithDaemon() {
})
)
gtag('run_auto_chat_with_boss_daemon_ready')
gtag('daemon_ready', { mode: commandlineArgs['mode-to-daemon'] ?? '' })
}
attachListenerForKillSelfOnParentExited()

View File

@@ -41,10 +41,13 @@
<span
v-if="currentAnyCombineRecommendJobFilterCombinationCount >= 100"
class="color-orange"
>好吧,你开心就好</span
>你开心就好</span
>
</div>
</el-form-item>
<el-form-item label="标记不合适机制" class="color-orange">
如果发现某个职位活跃时间为“本月活跃”或更往前的时间,则把职位标记为不合适
</el-form-item>
<el-form-item class="last-form-item">
<el-button @click="handleSave">仅保存配置</el-button>
<el-button type="primary" @click="handleSubmit"> 保存配置,并开始求职! </el-button>

View File

@@ -6,6 +6,12 @@
>编辑Cookie</el-button
>
</el-form-item>
<el-form-item label="复聊话术" class="color-orange">
当发现已读不回的Boss时将向Boss发出[盼回复]表情
</el-form-item>
<el-form-item label="复聊间隔" class="color-orange">
8小时内不向同一Boss多次复聊
</el-form-item>
<el-form-item class="last-form-item">
<el-button type="primary" @click="handleSubmit">开始提醒</el-button>
</el-form-item>