Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
1ac17152
Commit
1ac17152
authored
May 09, 2014
by
Akikonata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grunt
parent
d6e681af
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
index.html
dist/index.html
+11
-11
kityminder.all.js
dist/kityminder.all.js
+3
-3
kityminder.all.min.js
dist/kityminder.all.min.js
+2
-2
No files found.
dist/index.html
View file @
1ac17152
...
@@ -7,26 +7,26 @@
...
@@ -7,26 +7,26 @@
<meta
name=
"description"
content=
"百度脑图,便捷的脑图编辑工具。让您在线上直接创建、保存并分享你的思路。"
>
<meta
name=
"description"
content=
"百度脑图,便捷的脑图编辑工具。让您在线上直接创建、保存并分享你的思路。"
>
<script
src=
"lib/jquery-2.1.0.min.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"lib/jquery-2.1.0.min.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
src=
"lib/ZeroClipboard.min.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"lib/ZeroClipboard.min.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
ZeroClipboard
.
setDefaults
(
{
moviePath
:
'lib/ZeroClipboard.swf'
}
);
ZeroClipboard
.
setDefaults
(
{
moviePath
:
'lib/ZeroClipboard.swf'
}
);
</script>
</script>
<script
src=
"lib/kitygraph.all.min.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"lib/kitygraph.all.min.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
src=
"kityminder.all.min.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"kityminder.all.min.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
src=
"kityminder.config.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"kityminder.config.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
src=
"lang/zh-cn/zh-cn.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"lang/zh-cn/zh-cn.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
src=
"lib/zip.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"lib/zip.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script>
<script>
zip
.
inflateJSPath
=
'lib/inflate.js'
;
zip
.
inflateJSPath
=
'lib/inflate.js'
;
</script>
</script>
<script
src=
"lib/jquery.xml2json.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"lib/jquery.xml2json.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
src=
"lib/baidu-frontia-js-full-1.0.0.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"lib/baidu-frontia-js-full-1.0.0.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
src=
"social/draftmanager.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"social/draftmanager.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<script
src=
"social/social.js?_=139963
6761167
"
charset=
"utf-8"
></script>
<script
src=
"social/social.js?_=139963
9052839
"
charset=
"utf-8"
></script>
<link
href=
"social/social.css"
rel=
"stylesheet"
>
<link
href=
"social/social.css"
rel=
"stylesheet"
>
<link
href=
"themes/default/css/import.css"
type=
"text/css"
rel=
"stylesheet"
/>
<link
href=
"themes/default/css/import.css"
type=
"text/css"
rel=
"stylesheet"
/>
...
...
dist/kityminder.all.js
View file @
1ac17152
...
@@ -3167,10 +3167,10 @@ KityMinder.registerModule( "LayoutDefault", function () {
...
@@ -3167,10 +3167,10 @@ KityMinder.registerModule( "LayoutDefault", function () {
case
"sub"
:
case
"sub"
:
if
(
highlight
)
{
if
(
highlight
)
{
Layout
.
highlightshape
.
fill
(
nodeStyle
.
highlight
).
setOpacity
(
1
);
Layout
.
highlightshape
.
fill
(
nodeStyle
.
highlight
).
setOpacity
(
1
);
node
.
getTextShape
().
fill
(
'black'
);
node
.
getTextShape
().
fill
(
node
.
getData
(
'fontcolor'
)
||
'black'
);
}
else
{
}
else
{
Layout
.
highlightshape
.
setOpacity
(
0
);
Layout
.
highlightshape
.
setOpacity
(
0
);
node
.
getTextShape
().
fill
(
'white'
);
node
.
getTextShape
().
fill
(
node
.
getData
(
'fontcolor'
)
||
'white'
);
}
}
break
;
break
;
default
:
default
:
...
@@ -5640,7 +5640,7 @@ Minder.Receiver = kity.createClass( 'Receiver', {
...
@@ -5640,7 +5640,7 @@ Minder.Receiver = kity.createClass( 'Receiver', {
},
},
setContainerStyle
:
function
()
{
setContainerStyle
:
function
()
{
var
textShapeBox
=
this
.
getBaseOffset
(
'screen'
);
var
textShapeBox
=
this
.
getBaseOffset
(
'screen'
);
this
.
container
.
style
.
cssText
=
";left:"
+
textShapeBox
.
x
+
'px;top:'
+
(
textShapeBox
.
y
-
3
5
)
+
'px;width:'
+
textShapeBox
.
width
+
'px;height:'
+
textShapeBox
.
height
+
'px;'
;
this
.
container
.
style
.
cssText
=
";left:"
+
textShapeBox
.
x
+
'px;top:'
+
(
textShapeBox
.
y
-
5
)
+
'px;width:'
+
textShapeBox
.
width
+
'px;height:'
+
textShapeBox
.
height
+
'px;'
;
if
(
!
this
.
selection
.
isShow
()
)
{
if
(
!
this
.
selection
.
isShow
()
)
{
var
paperContainer
=
this
.
km
.
getPaper
();
var
paperContainer
=
this
.
km
.
getPaper
();
...
...
dist/kityminder.all.min.js
View file @
1ac17152
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment