Add files via upload

This commit is contained in:
ZhangJia
2026-01-18 21:56:39 +08:00
committed by GitHub
parent 47b5bb0eff
commit cef44fcea6
12 changed files with 1846 additions and 2 deletions

14
env.example.txt Normal file
View 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它包含登录凭证