feat: 数据保存支持JSON格式

This commit is contained in:
Relakkes
2024-01-14 22:40:01 +08:00
parent 894dabcf63
commit 4dfa0d3fbf
8 changed files with 278 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ HEADLESS = True
SAVE_LOGIN_STATE = True
# 数据保存类型选项配置,支持三种类型csv、db、json
SAVE_DATA_OPTION = "csv" # csv or db or json
SAVE_DATA_OPTION = "json" # csv or db or json
# 用户浏览器缓存的浏览器文件配置
USER_DATA_DIR = "%s_user_data_dir" # %s will be replaced by platform name