mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-12 11:29:55 +08:00
add strategyScopeOptionWhenMarkJobCityNotMatch option; change default value of expectCityNotMatchStrategy to noop; enhance ui
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user