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)
This commit is contained in:
beyondx123
2026-07-05 20:36:45 +08:00
parent 70a1103915
commit 67ea1ddba2
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ feishu-auth-qr.png
# Local config / IDE
.claude/
.debug/
.trae/
.DS_Store
# Bundled browsers (pkg build output)