mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 22:08:25 +08:00
Demo update
This commit is contained in:
2
dist/js/chunk-2d0f026c.js
vendored
2
dist/js/chunk-2d0f026c.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/chunk-2d208ffa.js
vendored
2
dist/js/chunk-2d208ffa.js
vendored
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
id: 'KRO0WxK8GT66tYCQ',
|
||||
ck: 'KRO0WxK8GT66tYCQ',
|
||||
autoTrack: false
|
||||
})</script><link href="dist/css/chunk-vendors.css?06beb05ed1be887c6e20" rel="stylesheet"><link href="dist/css/app.css?06beb05ed1be887c6e20" 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?1bb6ef42bf5a2faf3f7f" rel="stylesheet"><link href="dist/css/app.css?1bb6ef42bf5a2faf3f7f" 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({
|
||||
@@ -70,4 +70,4 @@
|
||||
// 可以通过window.$bus.$on()来监听应用的一些事件
|
||||
// 实例化页面
|
||||
window.initApp()
|
||||
}</script><script src="dist/js/chunk-vendors.js?06beb05ed1be887c6e20"></script><script src="dist/js/app.js?06beb05ed1be887c6e20"></script></body></html>
|
||||
}</script><script src="dist/js/chunk-vendors.js?1bb6ef42bf5a2faf3f7f"></script><script src="dist/js/app.js?1bb6ef42bf5a2faf3f7f"></script></body></html>
|
||||
@@ -20,7 +20,7 @@ New:
|
||||
>
|
||||
> 5.Add instantiation options to restrict the maximum and minimum values of TouchEvent plugin's double finger scaling;
|
||||
>
|
||||
> 6.Add a node editing plugin;
|
||||
> 6.Add node marker plugin;
|
||||
|
||||
Demo:
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<p>3.Add a content layout completion event for distributing individual nodes;</p>
|
||||
<p>4.Add instantiation options for intercepting node drag and drop;</p>
|
||||
<p>5.Add instantiation options to restrict the maximum and minimum values of TouchEvent plugin's double finger scaling;</p>
|
||||
<p>6.Add a node editing plugin;</p>
|
||||
<p>6.Add node marker plugin;</p>
|
||||
</blockquote>
|
||||
<p>Demo:</p>
|
||||
<blockquote>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
>
|
||||
> 5.新增限制TouchEvent插件双指缩放的最大值和最小值的实例化选项;
|
||||
>
|
||||
> 6.新增节点编辑插件;
|
||||
> 6.新增节点标记插件;
|
||||
|
||||
Demo:
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<p>3.新增派发单个节点的内容布局完成事件;</p>
|
||||
<p>4.新增拦截节点拖拽的实例化选项;</p>
|
||||
<p>5.新增限制TouchEvent插件双指缩放的最大值和最小值的实例化选项;</p>
|
||||
<p>6.新增节点编辑插件;</p>
|
||||
<p>6.新增节点标记插件;</p>
|
||||
</blockquote>
|
||||
<p>Demo:</p>
|
||||
<blockquote>
|
||||
|
||||
Reference in New Issue
Block a user