打包0.14.0
BIN
dist/img/catalogOrganization.jpg
vendored
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
dist/img/catalogOrganization.png
vendored
|
Before Width: | Height: | Size: 6.6 KiB |
BIN
dist/img/fishbone.jpg
vendored
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
dist/img/fishbone.png
vendored
|
Before Width: | Height: | Size: 7.1 KiB |
BIN
dist/img/fishbone2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
dist/img/logicalStructure.jpg
vendored
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
dist/img/logicalStructure.png
vendored
|
Before Width: | Height: | Size: 5.9 KiB |
BIN
dist/img/logicalStructureLeft.jpg
vendored
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 5.5 KiB |
BIN
dist/img/mindMap.jpg
vendored
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
dist/img/mindMap.png
vendored
|
Before Width: | Height: | Size: 7.0 KiB |
BIN
dist/img/organizationStructure.jpg
vendored
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
dist/img/organizationStructure.png
vendored
|
Before Width: | Height: | Size: 7.1 KiB |
BIN
dist/img/rightFishbone.jpg
vendored
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
dist/img/rightFishbone2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
dist/img/timeline.jpg
vendored
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
dist/img/timeline.png
vendored
|
Before Width: | Height: | Size: 6.2 KiB |
BIN
dist/img/timeline2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
dist/img/timeline2.png
vendored
|
Before Width: | Height: | Size: 6.6 KiB |
BIN
dist/img/verticalTimeline.jpg
vendored
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
dist/img/verticalTimeline.png
vendored
|
Before Width: | Height: | Size: 7.2 KiB |
BIN
dist/img/verticalTimeline2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
dist/img/verticalTimeline3.jpg
vendored
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
dist/img/withBg1.jpg
vendored
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
dist/img/withBg2.jpg
vendored
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
dist/img/withBg3.jpg
vendored
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
dist/img/withBg4.jpg
vendored
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
dist/img/withBg5.jpg
vendored
Normal file
|
After Width: | Height: | Size: 20 KiB |
2
dist/js/app.js
vendored
69
dist/js/chunk-27a8e520.js
vendored
Normal file
69
dist/js/chunk-413bfb5f.js
vendored
4
dist/js/chunk-vendors.js
vendored
13
index.html
@@ -9,7 +9,7 @@
|
||||
})
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
}</script><link href="dist/css/chunk-vendors.css?1d9da8fc455c4c275af6" rel="stylesheet"><link href="dist/css/app.css?1d9da8fc455c4c275af6" rel="stylesheet"></head><body><noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>const getDataFromBackend = () => {
|
||||
}</script><link href="dist/css/chunk-vendors.css?b70e90f1bbbbeb12fd74" rel="stylesheet"><link href="dist/css/app.css?b70e90f1bbbbeb12fd74" rel="stylesheet"></head><body><noscript><strong>We're sorry but thoughts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script>const getDataFromBackend = () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
setTimeout(() => {
|
||||
resolve({
|
||||
@@ -28,6 +28,7 @@
|
||||
config: {},
|
||||
view: null
|
||||
},
|
||||
mindMapConfig: {},
|
||||
lang: 'zh',
|
||||
localConfig: null
|
||||
})
|
||||
@@ -44,6 +45,14 @@
|
||||
window.takeOverAppMethods.saveMindMapData = data => {
|
||||
console.log(data)
|
||||
}
|
||||
// 获取思维导图配置,也就是实例化时会传入的选项
|
||||
window.takeOverAppMethods.getMindMapConfig = () => {
|
||||
return data.mindMapConfig
|
||||
}
|
||||
// 保存思维导图配置
|
||||
window.takeOverAppMethods.saveMindMapConfig = config => {
|
||||
console.log(config)
|
||||
}
|
||||
// 获取语言的函数
|
||||
window.takeOverAppMethods.getLanguage = () => {
|
||||
return data.lang
|
||||
@@ -74,4 +83,4 @@
|
||||
// 可以通过window.$bus.$on()来监听应用的一些事件
|
||||
// 实例化页面
|
||||
window.initApp()
|
||||
}</script><script src="dist/js/chunk-vendors.js?1d9da8fc455c4c275af6"></script><script src="dist/js/app.js?1d9da8fc455c4c275af6"></script></body></html>
|
||||
}</script><script src="dist/js/chunk-vendors.js?b70e90f1bbbbeb12fd74"></script><script src="dist/js/app.js?b70e90f1bbbbeb12fd74"></script></body></html>
|
||||
@@ -31,7 +31,7 @@ MindMap.markdown = markdown
|
||||
MindMap.iconList = icons.nodeIconList
|
||||
MindMap.constants = constants
|
||||
MindMap.defaultTheme = defaultTheme
|
||||
MindMap.version = '0.13.1-fix.2'
|
||||
MindMap.version = '0.14.0'
|
||||
|
||||
MindMap.usePlugin(MiniMap)
|
||||
.usePlugin(Watermark)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-mind-map",
|
||||
"version": "0.13.1-fix.2",
|
||||
"version": "0.14.0",
|
||||
"description": "一个简单的web在线思维导图",
|
||||
"authors": [
|
||||
{
|
||||
|
||||