- 新增 system_config 视图模块用于系统配置获取 - 在 __init__.py 中导入新的系统配置视图 - 添加 MINDMAP_URL 配置项到 config.yaml 文件 - 更新 LayoutContainer 组件默认展开状态 - 实现思维导图动态 URL 配置加载 - 添加系统配置序列化器和 API 接口 - 在国际化文件中增加用户手册和论坛链接 - 升级 @logicflow/extension 和 jspdf 依赖包版本 - 初始化 package-lock.json 文件结构 |
||
|---|---|---|
| .. | ||
| 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