소스 검색

更新README示例使用默认参数值

移除小红书搜索示例中的非必填参数,让示例展示使用默认值的情况

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
yangxiaohui 1 개월 전
부모
커밋
eda1cf41b7
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      README.md

+ 0 - 4
README.md

@@ -63,11 +63,7 @@ python script/search/douyin_search.py --keyword "美食"
 #### 3. 小红书笔记搜索 ✅
 
 ```bash
-# 使用默认参数(综合排序,不限类型)
 python script/search/xiaohongshu_search.py --keyword "旅游"
-
-# 指定筛选条件
-python script/search/xiaohongshu_search.py --keyword "旅游" --content-type "视频" --sort-type "最新"
 ```
 
 **参数:**