forked from fex-team/kityminder-editor
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Showing
12 changed files
with
58 additions
and
932 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
lib/ | ||
.idea | ||
.DS_Store | ||
bower_components/ | ||
node_modules/ |
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"devDependencies": { | ||
"seajs": "~2.3.0" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>KityMinder Editor - Powered By FEX</title> | ||
<link rel="stylesheet" href="../kityminder.editor.css"> | ||
<style> | ||
html, body { | ||
margin: 0; | ||
padding: 0; | ||
height: 100%; | ||
overflow: hidden; | ||
line-height: 0; | ||
font-size: 0; | ||
} | ||
h1 { | ||
background: #393F4F; | ||
color: white; | ||
margin: 0; | ||
height: 40px; | ||
font-size: 14px; | ||
line-height: 40px; | ||
font-family: 'STHeiti', 'Hiragino Sans GB', 'Arial', 'Microsoft Yahei'; | ||
font-weight: normal; | ||
padding: 0 20px; | ||
} | ||
#minder-editor { | ||
position: absolute; | ||
top: 40px; | ||
left: 0; | ||
right: 0; | ||
bottom: 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>KityMinder Editor - Powered By FEX</h1> | ||
<div id="minder-editor"></div> | ||
</body> | ||
<script src="../lib/kity/dist/kity.js"></script> | ||
<script src="../kityminder.editor.js"></script> | ||
<script> | ||
/* global KityMinderEditor */ | ||
window.editor = new KityMinderEditor('#minder-editor'); | ||
</script> | ||
</html> |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.