-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c40e05
commit 5acbaee
Showing
13 changed files
with
37 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# x6-graph-draw | ||
# x6-graph | ||
|
||
依托 `X6` 图编辑引擎实现网络拓扑 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env sh | ||
# 确保脚本抛出遇到的错误 | ||
set -e | ||
|
||
npm run build | ||
cd dist | ||
git init | ||
|
||
git add -A | ||
git commit -m 'deploy' | ||
git push -f [email protected]:Anonymity94/x6-graph.git master:gh-pages | ||
|
||
cd - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
{ | ||
"private": true, | ||
"name": "@antv/x6-app-draw", | ||
"name": "x6-graph", | ||
"version": "1.1.4", | ||
"scripts": { | ||
"start": "umi dev", | ||
"build": "umi build", | ||
"deploy": "bash deploy.sh", | ||
"lint": "yarn lint:ts", | ||
"lint:ts": "tslint -c tslint.json -p tsconfig.json --fix", | ||
"precommit": "lint-staged" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:Anonymity94/x6-graph.git" | ||
}, | ||
"homepage": "http://anonymity94.github.io/x6-graph", | ||
"author": "[email protected]", | ||
"dependencies": { | ||
"@antv/x6": "^1.13.4", | ||
"@antv/x6-react-components": "^1.1.1", | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/pages/components/ToolBar/index.tsx → src/pages/Graph/components/ToolBar/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters