mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-07-21 05:27:52 +00:00
- 新增 enablePropsFormValidate 开关 - 校验失败时仍更新节点并记录错误 - editorService 增加 invalidNodeIds 状态及错误读写方法 - 新增 invalid-node-change 事件,错误随历史快照还原 - 组件树节点标红并展示错误图标 - playground 保存前拦截校验错误组件 - 补充 API 与进阶指南文档
38 lines
353 B
Plaintext
38 lines
353 B
Plaintext
.DS_Store
|
|
node_modules
|
|
dist
|
|
types
|
|
|
|
.temp
|
|
.cache
|
|
temp
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
.codebuddy
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
coverage
|
|
|
|
auto-imports.d.ts
|
|
components.d.ts
|
|
docs/.vitepress/cache
|
|
|
|
.eslintcache
|
|
.npmrc
|