打包0.13.1-fix.1

This commit is contained in:
wanglin2
2025-02-14 22:22:37 +08:00
parent 063742cb9b
commit d0253ecf6c
8 changed files with 82 additions and 82 deletions

File diff suppressed because one or more lines are too long

2
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

69
dist/js/chunk-41224ae3.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
})
} catch (error) {
console.log(error)
}</script><link href="dist/css/chunk-vendors.css?a22ec9f4bdfd9462507b" rel="stylesheet"><link href="dist/css/app.css?a22ec9f4bdfd9462507b" 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?132e06dee3cef5389db4" rel="stylesheet"><link href="dist/css/app.css?132e06dee3cef5389db4" 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({
@@ -74,4 +74,4 @@
// 可以通过window.$bus.$on()来监听应用的一些事件
// 实例化页面
window.initApp()
}</script><script src="dist/js/chunk-vendors.js?a22ec9f4bdfd9462507b"></script><script src="dist/js/app.js?a22ec9f4bdfd9462507b"></script></body></html>
}</script><script src="dist/js/chunk-vendors.js?132e06dee3cef5389db4"></script><script src="dist/js/app.js?132e06dee3cef5389db4"></script></body></html>

View File

@@ -30,7 +30,7 @@ MindMap.markdown = markdown
MindMap.iconList = icons.nodeIconList
MindMap.constants = constants
MindMap.defaultTheme = defaultTheme
MindMap.version = '0.13.1'
MindMap.version = '0.13.1-fix.1'
MindMap.usePlugin(MiniMap)
.usePlugin(Watermark)

View File

@@ -1,6 +1,6 @@
{
"name": "simple-mind-map",
"version": "0.13.1",
"version": "0.13.1-fix.1",
"description": "一个简单的web在线思维导图",
"authors": [
{