fix: 修复n8n项目多个模块错误和配置问题

- 添加WooCommerce节点描述文件
- 实现错误处理基础类结构
- 修复data-store仓库TypeScript类型问题
- 更新Claude本地配置
- 修复start.bat脚本
This commit is contained in:
2025-09-09 14:45:53 +08:00
parent 83dc9270c8
commit a6025569b7
14 changed files with 790 additions and 479 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(pnpm run dev:*)",
"Bash(pnpm list:*)",
"Bash(pnpm build:*)",
"Read(//e/work/n8n_Demo/**)"
],
"deny": [],
"ask": []
}
}