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
e53ede65
Commit
e53ede65
authored
Mar 28, 2014
by
techird
Browse files
Options
Browse Files
Download
Plain Diff
merge from dev
parents
be835b83
194381dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.html
dist/index.html
+7
-1
No files found.
dist/index.html
View file @
e53ede65
...
...
@@ -3,6 +3,10 @@
<head>
<meta
charset=
"utf-8"
>
<script
src=
"../lib/jquery-2.1.0.min.js"
charset=
"utf-8"
></script>
<script
src=
"../lib/ZeroClipboard.min.js"
charset=
"utf-8"
></script>
<script
type=
"text/javascript"
>
ZeroClipboard
.
setDefaults
(
{
moviePath
:
'../lib/ZeroClipboard.swf'
}
);
</script>
<script
src=
"../kity/dist/kitygraph.all.min.js"
charset=
"utf-8"
></script>
<script
src=
"../dist/kityminder.all.min.js"
charset=
"utf-8"
></script>
...
...
@@ -10,6 +14,8 @@
<script
src=
"../lang/zh-cn/zh-cn.js"
charset=
"utf-8"
></script>
<script
src=
"../lib/zip.js"
charset=
"utf-8"
></script>
<script
src=
"../lib/jquery.xml2json.js"
charset=
"utf-8"
></script>
<script
src=
"../lib/baidu-frontia-js-full-1.0.0.js"
charset=
"utf-8"
></script>
<script
src=
"../social/draftmanager.js"
charset=
"utf-8"
></script>
<script
src=
"../social/social.js"
charset=
"utf-8"
></script>
...
...
@@ -28,7 +34,7 @@
<h3>
URL分享:
</h3>
<p>
<input
id=
"share-url"
type=
"url"
value=
""
/>
<button
id=
"copy-share-url"
type=
"button"
>
复制
</button>
<button
id=
"copy-share-url"
data-clipboard-target=
"share-url"
type=
"button"
>
复制
</button>
</p>
<h3>
社交分享:
</h3>
<p
id=
"share-platform"
class=
"bdsharebuttonbox"
>
...
...
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