mirror of
https://github.com/comeonzhj/Auto-Redbook-Skills.git
synced 2026-03-27 12:49:27 +08:00
Add files via upload
This commit is contained in:
14
env.example.txt
Normal file
14
env.example.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# 小红书 Cookie 配置
|
||||
# 将此文件复制为 .env 并填入真实的 Cookie
|
||||
#
|
||||
# 获取方式:
|
||||
# 1. 在浏览器中登录小红书 (https://www.xiaohongshu.com)
|
||||
# 2. 打开开发者工具 (F12)
|
||||
# 3. 在 Network 标签中,访问任意页面
|
||||
# 4. 查看请求头中的 Cookie,复制完整的 cookie 字符串
|
||||
|
||||
XHS_COOKIE=your_cookie_string_here
|
||||
|
||||
# 注意事项:
|
||||
# - Cookie 有有效期,过期后需要重新获取
|
||||
# - 不要分享你的 Cookie,它包含登录凭证
|
||||
Reference in New Issue
Block a user