- 添加对模型类型的安全检查,防止空值导致的错误 - 修复条件节点和循环节点中的数组访问安全性问题 - 统一工作流模式注入和传递机制 - 优化节点拖拽事件处理,确保事件对象正确传递 - 修复循环体节点字段列表获取的安全性检查 - 调整图形渲染逻辑,避免空画布时的视图适配问题 - 更新依赖版本以解决兼容性问题 |
||
|---|---|---|
| .. | ||
| env | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierrc.json | ||
| README.md | ||
| admin.html | ||
| chat.html | ||
| env.d.ts | ||
| eslint.config.ts | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
ui
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint