This commit is contained in:
张成
2026-02-28 13:51:17 +08:00
parent 58c9d64e55
commit 0483d6d023
7 changed files with 76 additions and 234 deletions

View File

@@ -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);