add strategyScopeOptionWhenMarkJobCityNotMatch option; change default value of expectCityNotMatchStrategy to noop; enhance ui

This commit is contained in:
geekgeekrun
2025-05-27 01:25:39 +08:00
parent aee6340c6a
commit 5effcc27ab
5 changed files with 109 additions and 36 deletions

View File

@@ -11,3 +11,8 @@ export enum MarkAsNotSuitOp {
MARK_AS_NOT_SUIT_ON_LOCAL = 2,
NO_OP = 3
}
export enum StrategyScopeOptionWhenMarkJobNotMatch {
ALL_JOB = 1,
ONLY_COMPANY_MATCHED_JOB = 2
}