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
721868ea
Commit
721868ea
authored
Apr 17, 2014
by
Akikonata
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://github.com/fex-team/kityminder
into dev
parents
93cce815
48505dcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
CHANGELOG.md
CHANGELOG.md
+4
-3
kityminder.js
src/core/kityminder.js
+1
-1
No files found.
CHANGELOG.md
View file @
721868ea
...
...
@@ -5,9 +5,9 @@
### 功能更新
1.
支持本地格式文件导入
1.
**支持本地格式文件导入**
*
支持文件拖拽和网盘文件导入
*
格式支持 xmind/freemind/mindmanager,其他格式不支持
*
格式支持 xmind/freemind/mindmanager,其他格式
暂
不支持
2.
新增节点移动到视野中
3.
当前文件名加到 Title 中
4.
分享链接直接到粘贴板(针对已经支持的浏览器)
...
...
@@ -15,7 +15,7 @@
6.
用户登出功能
7.
添加只读模式,配置项 readOnly,添加动态调用接口setEnabled,setDisabled
8.
优化当下拉菜单不可执行时,下拉菜单按钮会自动变灰
9.
新
图标
9.
添加了新的logo
图标
### 问题修复
...
...
@@ -26,6 +26,7 @@
5.
仅有根节点时,将其删除,再添加节点报错
6.
本地部署,127.0.0.1退出后不能登录
7.
去掉了“导出”菜单上的打勾
8.
修复了firefox下光标定位到文字最后空格,光标不跟着移动问题
## v1.1.1
...
...
src/core/kityminder.js
View file @
721868ea
var
KityMinder
=
window
.
KM
=
window
.
KityMinder
=
function
()
{
var
instanceMap
=
{},
instanceId
=
0
;
return
{
version
:
'1.1.
1
'
,
version
:
'1.1.
2
'
,
createMinder
:
function
(
renderTarget
,
options
)
{
options
=
options
||
{};
options
.
renderTo
=
Utils
.
isString
(
renderTarget
)
?
document
.
getElementById
(
renderTarget
)
:
renderTarget
;
...
...
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