fix: 修复部分变量命名语义不明确

This commit is contained in:
Relakkes
2023-07-30 21:30:26 +08:00
parent bf659455bb
commit 1d3c2359e0
5 changed files with 10 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
# Desc: base config
PLATFORM = "xhs"
KEYWORDS = "健身,旅游"
LOGIN_TYPE = "qrcode" # qrcode or phone or cookies
COOKIES = "web_session=xxxxcfed1566xxxxxxxxxxxxxxxxxxx;" # if platform is xhs, pleas set only web_session cookie attr
LOGIN_TYPE = "qrcode" # qrcode or phone or cookie
COOKIES = "" # login by cookie, if login_type is cookie, you must set this value
# enable ip proxy
ENABLE_IP_PROXY = False