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
07516619
Commit
07516619
authored
Jul 20, 2014
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
help dialog
parent
d1634a53
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
49 additions
and
45 deletions
+49
-45
.gitignore
.gitignore
+2
-1
index.html
dist/index.html
+11
-11
kityminder.all.js
dist/kityminder.all.js
+1
-1
kityminder.all.min.js
dist/kityminder.all.min.js
+1
-1
kity.js
dist/lib/kity.js
+10
-3
kity.min.js
dist/lib/kity.min.js
+3
-3
help.css
dist/themes/default/css/help.css
+5
-3
kityminder.css
dist/themes/default/css/kityminder.css
+1
-1
blur.svg
dist/themes/default/images/blur.svg
+5
-0
kity
kity
+1
-1
help.css
themes/default/css/help.css
+3
-2
kityminder.css
themes/default/css/kityminder.css
+1
-1
blur.svg
themes/default/images/blur.svg
+5
-0
kmcat.svg
themes/default/images/kmcat.svg
+0
-17
No files found.
.gitignore
View file @
07516619
...
...
@@ -2,4 +2,5 @@
.DS_Store
*.sublime-project
*.sublime-workspace
node_modules/
\ No newline at end of file
node_modules/
_drafts/
\ No newline at end of file
dist/index.html
View file @
07516619
...
...
@@ -7,26 +7,26 @@
<meta
name=
"description"
content=
"百度脑图,便捷的脑图编辑工具。让您在线上直接创建、保存并分享你的思路。"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, user-scalable=no"
>
<script
src=
"lib/jquery-2.1.0.min.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"lib/ZeroClipboard.min.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"lib/jquery-2.1.0.min.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
src=
"lib/ZeroClipboard.min.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
type=
"text/javascript"
>
ZeroClipboard
.
setDefaults
(
{
moviePath
:
'lib/ZeroClipboard.swf'
}
);
</script>
<script
src=
"lib/kity.min.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"kityminder.all.min.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"kityminder.config.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"lang/zh-cn/zh-cn.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"lib/kity.min.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
src=
"kityminder.all.min.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
src=
"kityminder.config.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
src=
"lang/zh-cn/zh-cn.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
src=
"lib/zip.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"lib/zip.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script>
zip
.
inflateJSPath
=
'lib/inflate.js'
;
</script>
<script
src=
"lib/jquery.xml2json.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"lib/baidu-frontia-js-full-1.0.0.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"social/draftmanager.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"social/social.js?_=1405
070263591
"
charset=
"utf-8"
></script>
<script
src=
"lib/jquery.xml2json.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
src=
"lib/baidu-frontia-js-full-1.0.0.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
src=
"social/draftmanager.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<script
src=
"social/social.js?_=1405
834931415
"
charset=
"utf-8"
></script>
<link
href=
"social/social.css"
rel=
"stylesheet"
>
<link
href=
"themes/default/css/import.css"
type=
"text/css"
rel=
"stylesheet"
/>
...
...
dist/kityminder.all.js
View file @
07516619
/*!
* ====================================================
* kityminder - v1.1.3 - 2014-07-
11
* kityminder - v1.1.3 - 2014-07-
20
* https://github.com/fex-team/kityminder
* GitHub: https://github.com/fex-team/kityminder.git
* Copyright (c) 2014 f-cube @ FEX; Licensed MIT
...
...
dist/kityminder.all.min.js
View file @
07516619
/*!
* ====================================================
* kityminder - v1.1.3 - 2014-07-
11
* kityminder - v1.1.3 - 2014-07-
20
* https://github.com/fex-team/kityminder
* GitHub: https://github.com/fex-team/kityminder.git
* Copyright (c) 2014 f-cube @ FEX; Licensed MIT
...
...
dist/lib/kity.js
View file @
07516619
/*!
* ====================================================
* kity - v2.0.0 - 2014-07-
08
* kity - v2.0.0 - 2014-07-
11
* https://github.com/fex-team/kity
* GitHub: https://github.com/fex-team/kity.git
* Copyright (c) 2014 Baidu FEX; Licensed BSD
...
...
@@ -6025,9 +6025,15 @@ define("graphic/use", [ "graphic/svg", "core/class", "graphic/shape", "core/util
var
Use
=
Class
.
createClass
(
"Use"
,
{
base
:
require
(
"graphic/shape"
),
constructor
:
function
(
shape
)
{
var
shapeId
=
null
;
this
.
callBase
(
"use"
);
shapeId
=
shape
.
getId
();
this
.
ref
(
shape
);
},
ref
:
function
(
shape
)
{
if
(
!
shape
)
{
this
.
node
.
removeAttributeNS
(
Svg
.
xlink
,
"xlink:href"
);
return
this
;
}
var
shapeId
=
shape
.
getId
();
if
(
shapeId
)
{
this
.
node
.
setAttributeNS
(
Svg
.
xlink
,
"xlink:href"
,
"#"
+
shapeId
);
}
...
...
@@ -6039,6 +6045,7 @@ define("graphic/use", [ "graphic/svg", "core/class", "graphic/shape", "core/util
if
(
shape
.
node
.
getAttribute
(
"stroke"
)
===
"none"
)
{
shape
.
node
.
removeAttribute
(
"stroke"
);
}
return
this
;
}
});
var
Shape
=
require
(
"graphic/shape"
);
...
...
dist/lib/kity.min.js
View file @
07516619
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/themes/default/css/help.css
View file @
07516619
...
...
@@ -4,6 +4,7 @@
-mz-filter
:
blur
(
5px
);
-o-filter
:
blur
(
5px
);
filter
:
blur
(
5px
);
filter
:
url(../images/blur.svg#blur)
;
/* transition: all ease 0.5s; */
}
...
...
@@ -26,7 +27,8 @@
}
.shortcuts-group
{
padding-right
:
15px
;
width
:
220px
;
width
:
200px
;
text-shadow
:
none
;
}
.shortcuts-thead
{
...
...
@@ -101,9 +103,9 @@
vertical-align
:
baseline
;
background-color
:
hsl
(
0
,
0%
,
99%
);
border-radius
:
3px
;
border
:
1px
solid
hsl
(
0
,
0%
,
60%
);
/* border: 1px solid hsl(0, 0%, 60%); */
text-transform
:
capitalize
;
box-shadow
:
inset
0
-2px
hsl
(
0
,
0%
,
92%
),
inset
0
-3px
hsl
(
0
,
100%
,
100%
);
box-shadow
:
inset
0
-2px
hsl
(
0
,
0%
,
92%
),
inset
0
-3px
hsl
(
0
,
100%
,
100%
)
,
0
1px
2px
rgba
(
255
,
255
,
255
,
0.3
)
;
}
.mac
.shortcuts-key.ctrl
,
.mac
.shortcuts-key.shift
,
...
...
dist/themes/default/css/kityminder.css
View file @
07516619
...
...
@@ -242,7 +242,7 @@ button#share-btn:hover {
.kmui-editor-body
{
position
:
absolute
;
left
:
0
;
top
:
37px
;
top
:
0
;
right
:
0
;
bottom
:
0
;
}
...
...
dist/themes/default/images/blur.svg
0 → 100644
View file @
07516619
<svg
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
>
<filter
id=
"blur"
>
<feGaussianBlur
stdDeviation=
"5"
/>
</filter>
</svg>
\ No newline at end of file
kity
@
2cae215e
Subproject commit
47c11b5d7977c81df1c2f1d779933d38ac6edb0e
Subproject commit
2cae215ebb2f9bafb9fe3171f24a0e01bfff6165
themes/default/css/help.css
View file @
07516619
...
...
@@ -4,6 +4,7 @@
-mz-filter
:
blur
(
5px
);
-o-filter
:
blur
(
5px
);
filter
:
blur
(
5px
);
filter
:
url(../images/blur.svg#blur)
;
/* transition: all ease 0.5s; */
}
...
...
@@ -102,9 +103,9 @@
vertical-align
:
baseline
;
background-color
:
hsl
(
0
,
0%
,
99%
);
border-radius
:
3px
;
border
:
1px
solid
hsl
(
0
,
0%
,
60%
);
/* border: 1px solid hsl(0, 0%, 60%); */
text-transform
:
capitalize
;
box-shadow
:
inset
0
-2px
hsl
(
0
,
0%
,
92%
),
inset
0
-3px
hsl
(
0
,
100%
,
100%
);
box-shadow
:
inset
0
-2px
hsl
(
0
,
0%
,
92%
),
inset
0
-3px
hsl
(
0
,
100%
,
100%
)
,
0
1px
2px
rgba
(
255
,
255
,
255
,
0.3
)
;
}
.mac
.shortcuts-key.ctrl
,
.mac
.shortcuts-key.shift
,
...
...
themes/default/css/kityminder.css
View file @
07516619
...
...
@@ -242,7 +242,7 @@ button#share-btn:hover {
.kmui-editor-body
{
position
:
absolute
;
left
:
0
;
top
:
37px
;
top
:
0
;
right
:
0
;
bottom
:
0
;
}
...
...
themes/default/images/blur.svg
0 → 100644
View file @
07516619
<svg
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
>
<filter
id=
"blur"
>
<feGaussianBlur
stdDeviation=
"5"
/>
</filter>
</svg>
\ No newline at end of file
themes/default/images/kmcat.svg
deleted
100644 → 0
View file @
d1634a53
<svg
viewBox=
"0 0 1200 1200"
width=
"32px"
height=
"32px"
>
<g
id=
"cat-face"
>
<path
style=
"fill:#272B2D;"
d=
"M1066.769,368.482L1119.5,80L830,131.611C760.552,97.29,682.35,77.999,599.641,77.999
c-82.424,0-160.371,19.161-229.641,53.26L81,81l50.769,289l0,0c-33.792,69.019-52.77,146.612-52.77,228.641
c0,287.542,233.099,520.642,520.642,520.642s520.642-233.099,520.642-520.642C1120.282,516.011,1101.028,437.88,1066.769,368.482z"
/>
</g>
<g
id=
"cat-eye"
>
<path
style=
"fill:#FFFFFF;"
d=
"M920.255,371C794.746,371,693,472.746,693,598.255s101.746,227.255,227.255,227.255
s227.255-101.746,227.255-227.255S1045.765,371,920.255,371z M920,746c-80.081,0-145-64.919-145-145s64.919-145,145-145
s145,64.919,145,145S1000.081,746,920,746z"
/>
<path
style=
"fill:#FFFFFF;"
d=
"M276.255,371C150.746,371,49,472.746,49,598.255s101.746,227.255,227.255,227.255
s227.255-101.746,227.255-227.255S401.765,371,276.255,371z M276,745c-80.081,0-145-64.919-145-145s64.919-145,145-145
s145,64.919,145,145S356.081,745,276,745z"
/>
</g>
</svg>
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