Skip to content

Commit

Permalink
打包0.10.2-fix.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglin2 committed Jul 3, 2024
1 parent 5867649 commit c2dbfb4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/js/chunk-2d0f026c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/chunk-2d208ffa.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/chunk-5b7dab2e.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
id: 'KRO0WxK8GT66tYCQ',
ck: 'KRO0WxK8GT66tYCQ',
autoTrack: false
})</script><link href="dist/css/chunk-vendors.css?0bb67cd09dcd42d2c297" rel="stylesheet"><link href="dist/css/app.css?0bb67cd09dcd42d2c297" 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?2446f7fb257c977cc9e7" rel="stylesheet"><link href="dist/css/app.css?2446f7fb257c977cc9e7" 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({
Expand Down Expand Up @@ -70,4 +70,4 @@
// 可以通过window.$bus.$on()来监听应用的一些事件
// 实例化页面
window.initApp()
}</script><script src="dist/js/chunk-vendors.js?0bb67cd09dcd42d2c297"></script><script src="dist/js/app.js?0bb67cd09dcd42d2c297"></script></body></html>
}</script><script src="dist/js/chunk-vendors.js?2446f7fb257c977cc9e7"></script><script src="dist/js/app.js?2446f7fb257c977cc9e7"></script></body></html>
2 changes: 1 addition & 1 deletion simple-mind-map/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MindMap.iconList = icons.nodeIconList
MindMap.constants = constants
MindMap.themes = themes
MindMap.defaultTheme = defaultTheme
MindMap.version = '0.10.2'
MindMap.version = '0.10.2-fix.1'

MindMap.usePlugin(MiniMap)
.usePlugin(Watermark)
Expand Down
2 changes: 1 addition & 1 deletion simple-mind-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-mind-map",
"version": "0.10.2",
"version": "0.10.2-fix.1",
"description": "一个简单的web在线思维导图",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Doc/en/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.10.2
## 0.10.2 / 0.10.2-fix.1

> 2024.7.3
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Doc/en/changelog/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<h1>Changelog</h1>
<h2>0.10.2</h2>
<h2>0.10.2 / 0.10.2-fix.1</h2>
<blockquote>
<p>2024.7.3</p>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Doc/zh/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.10.2
## 0.10.2 / 0.10.2-fix.1

> 2024.7.3
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Doc/zh/changelog/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<h1>Changelog</h1>
<h2>0.10.2</h2>
<h2>0.10.2 / 0.10.2-fix.1</h2>
<blockquote>
<p>2024.7.3</p>
</blockquote>
Expand Down

0 comments on commit c2dbfb4

Please sign in to comment.