1
This commit is contained in:
@@ -63,7 +63,11 @@ class ConfigManager {
|
||||
page_count: 3, // 搜索页数
|
||||
keywords: [], // 搜索关键词
|
||||
exclude_keywords: [], // 排除关键词
|
||||
time_range: null // 时间范围
|
||||
time_range: null, // 时间范围
|
||||
city: '', // 城市
|
||||
salary_range: '', // 薪资范围
|
||||
experience: '', // 经验
|
||||
education: '' // 学历
|
||||
};
|
||||
|
||||
return this.parseConfig(searchConfig, defaultConfig);
|
||||
|
||||
Reference in New Issue
Block a user