Skip to content

Commit

Permalink
打包0.9.9-fix.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglin2 committed Mar 29, 2024
1 parent 231dbc0 commit 57fe315
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 14 deletions.
4 changes: 2 additions & 2 deletions dist/css/chunk-cae1ba8a.css → dist/css/chunk-bac9f554.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/app.js

Large diffs are not rendered by default.

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.

12 changes: 6 additions & 6 deletions dist/js/chunk-cae1ba8a.js → dist/js/chunk-bac9f554.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
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><link rel="icon" href="dist/logo.ico"><title>思绪思维导图</title><script>// 自定义静态资源的路径
window.externalPublicPath = './dist/'
// 接管应用
window.takeOverApp = false</script><link href="dist/css/chunk-vendors.css?beeb148b8a9b236eb3f3" rel="stylesheet"><link href="dist/css/app.css?beeb148b8a9b236eb3f3" 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 = () => {
window.takeOverApp = false</script><link href="dist/css/chunk-vendors.css?265c9df28df3bfd4566f" rel="stylesheet"><link href="dist/css/app.css?265c9df28df3bfd4566f" 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 @@ -66,4 +66,4 @@
// 可以通过window.$bus.$on()来监听应用的一些事件
// 实例化页面
window.initApp()
}</script><script src="dist/js/chunk-vendors.js?beeb148b8a9b236eb3f3"></script><script src="dist/js/app.js?beeb148b8a9b236eb3f3"></script></body></html>
}</script><script src="dist/js/chunk-vendors.js?265c9df28df3bfd4566f"></script><script src="dist/js/app.js?265c9df28df3bfd4566f"></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 @@ -29,7 +29,7 @@ MindMap.iconList = icons.nodeIconList
MindMap.constants = constants
MindMap.themes = themes
MindMap.defaultTheme = defaultTheme
MindMap.version = '0.9.9-fix.1'
MindMap.version = '0.9.9-fix.2'

MindMap.usePlugin(MiniMap)
.usePlugin(Watermark)
Expand Down
12 changes: 12 additions & 0 deletions web/src/pages/Doc/en/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.9.9-fix.2

Fix:

> 1.Fix the issue of the original node style not being updated during the insertion of the parent node operation;
>
> 2.Fix the issue of errors when switching structures when opening rainbow lines;
Demo:

> 1.Fix the issue where the side bar outline opens in source code editing mode when clicking full screen editing;
## 0.9.9-fix.1

Fix the issue where the search plugin was unable to search due to changes in the previous version.
Expand Down
10 changes: 10 additions & 0 deletions web/src/pages/Doc/en/changelog/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<template>
<div>
<h1>Changelog</h1>
<h2>0.9.9-fix.2</h2>
<p>Fix:</p>
<blockquote>
<p>1.Fix the issue of the original node style not being updated during the insertion of the parent node operation;</p>
<p>2.Fix the issue of errors when switching structures when opening rainbow lines;</p>
</blockquote>
<p>Demo:</p>
<blockquote>
<p>1.Fix the issue where the side bar outline opens in source code editing mode when clicking full screen editing;</p>
</blockquote>
<h2>0.9.9-fix.1</h2>
<p>Fix the issue where the search plugin was unable to search due to changes in the previous version.</p>
<h2>0.9.9</h2>
Expand Down
12 changes: 12 additions & 0 deletions web/src/pages/Doc/zh/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.9.9-fix.2

修复:

> 1.修复插入父节点操作时原节点样式未更新的问题;
>
> 2.修复开启彩虹线条时切换结构会报错的问题;
Demo:

> 1.修复侧边栏大纲点击全屏编辑时打开的是源码编辑模式的问题;
## 0.9.9-fix.1

修复上个版本的改动造成搜索插件无法搜索的问题。
Expand Down
10 changes: 10 additions & 0 deletions web/src/pages/Doc/zh/changelog/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<template>
<div>
<h1>Changelog</h1>
<h2>0.9.9-fix.2</h2>
<p>修复:</p>
<blockquote>
<p>1.修复插入父节点操作时原节点样式未更新的问题;</p>
<p>2.修复开启彩虹线条时切换结构会报错的问题;</p>
</blockquote>
<p>Demo:</p>
<blockquote>
<p>1.修复侧边栏大纲点击全屏编辑时打开的是源码编辑模式的问题;</p>
</blockquote>
<h2>0.9.9-fix.1</h2>
<p>修复上个版本的改动造成搜索插件无法搜索的问题。</p>
<h2>0.9.9</h2>
Expand Down

0 comments on commit 57fe315

Please sign in to comment.