mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +08:00
add some static text
This commit is contained in:
@@ -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()
|
attachListenerForKillSelfOnParentExited()
|
||||||
|
|||||||
@@ -41,10 +41,13 @@
|
|||||||
<span
|
<span
|
||||||
v-if="currentAnyCombineRecommendJobFilterCombinationCount >= 100"
|
v-if="currentAnyCombineRecommendJobFilterCombinationCount >= 100"
|
||||||
class="color-orange"
|
class="color-orange"
|
||||||
>好吧,你开心就好</span
|
>你开心就好</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item label="标记不合适机制" class="color-orange">
|
||||||
|
如果发现某个职位活跃时间为“本月活跃”或更往前的时间,则把职位标记为不合适
|
||||||
|
</el-form-item>
|
||||||
<el-form-item class="last-form-item">
|
<el-form-item class="last-form-item">
|
||||||
<el-button @click="handleSave">仅保存配置</el-button>
|
<el-button @click="handleSave">仅保存配置</el-button>
|
||||||
<el-button type="primary" @click="handleSubmit"> 保存配置,并开始求职! </el-button>
|
<el-button type="primary" @click="handleSubmit"> 保存配置,并开始求职! </el-button>
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
>编辑Cookie</el-button
|
>编辑Cookie</el-button
|
||||||
>
|
>
|
||||||
</el-form-item>
|
</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-form-item class="last-form-item">
|
||||||
<el-button type="primary" @click="handleSubmit">开始提醒</el-button>
|
<el-button type="primary" @click="handleSubmit">开始提醒</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user