Skip to content

Commit

Permalink
更新readme文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Fate-ui committed Oct 19, 2023
1 parent 128b1ca commit 5b83353
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 1. 项目介绍

类似于[node-red](https://github.com/node-red/node-red)[ngx-flowchart](https://github.com/thingsboard/ngx-flowchart)
的流程图项目,目前已实现了以下功能:
的流程图项目,目前已实现了以下功能(项目中部分功能参考于ngx-flowchart)

- [x] 向画布中添加节点及删除节点
- [x] 节点的拖动
Expand Down
1 change: 0 additions & 1 deletion src/style/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@use 'scrollbar';
@use 'variables.module';
@use 'element-plus/dist/index.css';

:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
Expand Down
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import path from 'path'
import { defineConfig } from 'vite'
import { createVitePlugins } from './config/vitePlugin'
import { buildConfig } from "./config/build"

import { buildConfig } from './config/build'

// https://vitejs.dev/config/
export default defineConfig(({ mode }) => {
Expand Down

0 comments on commit 5b83353

Please sign in to comment.