20 Commits

Author SHA1 Message Date
admin 47cbe6f766 更新 .gitignore 2026-09-13 15:04:30 +08:00
beyondx123 f45cf4e012 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	.gitignore
#	README.md
#	auto-scrape.mjs
#	fetch-feishu-wiki.mjs
2026-09-13 15:02:03 +08:00
beyondx123 3d1d63017e feat: track yitang scraper tool and project logos 2026-09-13 14:45:07 +08:00
beyondx123 ced9c7bdb3 优化文档采集工具
- 输出文件名添加 YYMMDD_ 日期前缀,便于按时间排序
- 改用 storageState 完整保存登录态(cookies + localStorage),大幅减少重复扫码
- 增加 TOKEN 轮询宽限期,避免 SPA 异步加载时误判未登录
- 更新 README 文档记录
2026-09-13 14:37:13 +08:00
admin 17a507dac2 添加 logo: codex.png 2026-09-06 22:15:25 +08:00
admin 8847bc6de3 添加 logo: trae.png 2026-09-06 22:15:20 +08:00
admin af9eb97e15 添加 logo: opencode.png 2026-09-06 22:15:14 +08:00
admin ebe407b433 添加 logo: claude.png 2026-09-06 22:15:08 +08:00
admin dc67844d6b 添加 AI 工具 logos(SVG) 2026-09-06 22:13:51 +08:00
admin 7836fd2250 更新采集脚本:CHROME_PATH 自定义浏览器支持、tools/yitang-scraper
auto-scrape.mjs 支持 CHROME_PATH 环境变量指定浏览器可执行路径,解决本地 playwright 浏览器版本不匹配问题
2026-09-06 21:46:29 +08:00
admin 45a729619c 更新 README.md 2026-07-19 22:04:55 +08:00
beyondx123 67ea1ddba2 Fix isFeishu undefined error and ignore .trae/
- Define isFeishu = isFeishuWiki || isFeishuDocx (was referenced but
  never declared, causing ReferenceError on Feishu URLs)
- Add mkdirSync import, drop unused basename
- Add .trae/ to .gitignore (IDE-local skill drafts, not for publish)
2026-07-05 20:36:45 +08:00
beyondx123 50682eeb30 Sanitize for open-source release
- Replace internal tenant name yitanger.feishu.cn with your-tenant.feishu.cn
- Replace real wiki token with placeholder WikiNodeTokenExample
- Parameterize tenant via FEISHU_TENANT env var in feishu-to-md.mjs
- Expand .gitignore to cover cookies, auth artifacts, IDE files
2026-07-05 14:22:31 +08:00
beyondx123 70a1103915 Sanitize for open-source release
- Replace internal tenant name your-tenant.feishu.cn with your-tenant.feishu.cn
- Replace real wiki token with placeholder WikiNodeTokenExample
- Parameterize tenant via FEISHU_TENANT env var in feishu-to-md.mjs
- Expand .gitignore to cover cookies, auth artifacts, IDE files
2026-07-05 14:22:31 +08:00
beyondx123 16e93220ce ignore output 2026-07-05 13:25:49 +08:00
beyondx123 e142b7c9f8 ignore output 2026-07-05 13:25:49 +08:00
beyondx123 09c79b677b Second commit 2026-07-05 13:22:25 +08:00
beyondx123 5978228ff3 Second commit 2026-07-05 13:22:25 +08:00
beyondx123 991eec8cef first commit 2026-07-05 13:21:51 +08:00
beyondx123 e3e8410f32 first commit 2026-07-05 13:21:51 +08:00