Commit Graph

3 Commits

Author SHA1 Message Date
beyondx123 ced9c7bdb3 优化文档采集工具
- 输出文件名添加 YYMMDD_ 日期前缀,便于按时间排序
- 改用 storageState 完整保存登录态(cookies + localStorage),大幅减少重复扫码
- 增加 TOKEN 轮询宽限期,避免 SPA 异步加载时误判未登录
- 更新 README 文档记录
2026-09-13 14:37:13 +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 5978228ff3 Second commit 2026-07-05 13:22:25 +08:00