Commit Graph

5 Commits

Author SHA1 Message Date
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 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 e142b7c9f8 ignore output 2026-07-05 13:25:49 +08:00
beyondx123 5978228ff3 Second commit 2026-07-05 13:22:25 +08:00
beyondx123 e3e8410f32 first commit 2026-07-05 13:21:51 +08:00