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
aa019c67
Commit
aa019c67
authored
Mar 25, 2014
by
techird
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of github.com:fex-team/kityminder into dev
parents
bf4771c1
0332728e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
help.js
dialogs/help/help.js
+2
-2
history.js
src/module/history.js
+3
-0
No files found.
dialogs/help/help.js
View file @
aa019c67
...
...
@@ -25,8 +25,8 @@
helpContent
+=
'<p>使用百度账号登录后,您可以使用云存储和分享功能</p>'
;
helpContent
+=
'<ul>'
;
helpContent
+=
' <li><h3>登录:</h3>点击登录按钮</li>'
;
helpContent
+=
' <li><h3>保存:</h3>点击保存按钮,将会把文件保存到你的云盘里</li>'
;
helpContent
+=
' <li><h3>分享:</h3>点击分享按钮,会生成分享链接,该链接可以打开您分享的脑图</li>'
;
helpContent
+=
' <li><h3>保存
(CTRL+S)
:</h3>点击保存按钮,将会把文件保存到你的云盘里</li>'
;
helpContent
+=
' <li><h3>分享
(CTRL+SHIFT+S)
:</h3>点击分享按钮,会生成分享链接,该链接可以打开您分享的脑图</li>'
;
helpContent
+=
' <li><h3>打开:</h3>点击您账号的下拉按钮,会列出最近保存的脑图文件,点击即可打开</li>'
;
helpContent
+=
'</ul>'
;
...
...
src/module/history.js
View file @
aa019c67
...
...
@@ -173,6 +173,9 @@ KityMinder.registerModule( "HistoryModule", function () {
km
.
historyManager
.
saveScene
()
}
}
},
"import"
:
function
(){
this
.
historyManager
.
reset
()
}
}
};
...
...
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