更新采集脚本:CHROME_PATH 自定义浏览器支持、tools/yitang-scraper
auto-scrape.mjs 支持 CHROME_PATH 环境变量指定浏览器可执行路径,解决本地 playwright 浏览器版本不匹配问题
This commit is contained in:
+11
-18
@@ -1,22 +1,15 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
# 依赖
|
||||
node_modules/
|
||||
|
||||
# Output
|
||||
output
|
||||
# 采集输出与产物
|
||||
output/
|
||||
dist/
|
||||
*.zip
|
||||
|
||||
# Cookies / sessions (auto-generated by scraper)
|
||||
# 凭据(绝不能入库)
|
||||
cookies.json
|
||||
feishu-cookies.json
|
||||
feishu-wiki-cookies.json
|
||||
*-cookies.json
|
||||
|
||||
# Auth artifacts
|
||||
feishu-auth-qr.png
|
||||
|
||||
# Local config / IDE
|
||||
.claude/
|
||||
.debug/
|
||||
.DS_Store
|
||||
|
||||
# Bundled browsers (pkg build output)
|
||||
browsers/
|
||||
# 抓取的内容文件(非代码)
|
||||
_import_src.md
|
||||
🎯AI落地Live83·探索AI协作新范式.md
|
||||
🎯AI落地Live第84场·一堂✖️探月特别篇.md
|
||||
|
||||
Reference in New Issue
Block a user