修改文档

This commit is contained in:
wanglin2 2023-01-31 15:06:24 +08:00
parent f547f741f2
commit 9914eef5b9
5 changed files with 19 additions and 1 deletions

View File

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

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.3.1
Fix: 1.The problem that deleting the background image does not take effect; 2.The problem that the connector runs above the root node when the node is dragged to the root node.
New: Add position and size settings for background image display.
## 0.3.0 ## 0.3.0
Upgrade to plugin architecture, pull out some non-core functions as plugins, register as needed, and reduce the overall volume. Upgrade to plugin architecture, pull out some non-core functions as plugins, register as needed, and reduce the overall volume.

View File

@ -1,6 +1,9 @@
<template> <template>
<div> <div>
<h1>Changelog</h1> <h1>Changelog</h1>
<h2>0.3.1</h2>
<p>Fix: 1.The problem that deleting the background image does not take effect; 2.The problem that the connector runs above the root node when the node is dragged to the root node.</p>
<p>New: Add position and size settings for background image display.</p>
<h2>0.3.0</h2> <h2>0.3.0</h2>
<p>Upgrade to plugin architecture, pull out some non-core functions as plugins, register as needed, and reduce the overall volume.</p> <p>Upgrade to plugin architecture, pull out some non-core functions as plugins, register as needed, and reduce the overall volume.</p>
<h2>0.2.24</h2> <h2>0.2.24</h2>

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.3.1
修复1.删除背景图片不生效的问题2.节点拖拽到根节点时连接线跑到根节点上方的问题。
新增:背景图片展示增加位置和大小设置。
## 0.3.0 ## 0.3.0
升级为插件化架构,将一些非核心功能抽离出来作为插件,按需注册,减小整体体积。 升级为插件化架构,将一些非核心功能抽离出来作为插件,按需注册,减小整体体积。

View File

@ -1,6 +1,9 @@
<template> <template>
<div> <div>
<h1>Changelog</h1> <h1>Changelog</h1>
<h2>0.3.1</h2>
<p>修复1.删除背景图片不生效的问题2.节点拖拽到根节点时连接线跑到根节点上方的问题</p>
<p>新增背景图片展示增加位置和大小设置</p>
<h2>0.3.0</h2> <h2>0.3.0</h2>
<p>升级为插件化架构将一些非核心功能抽离出来作为插件按需注册减小整体体积</p> <p>升级为插件化架构将一些非核心功能抽离出来作为插件按需注册减小整体体积</p>
<h2>0.2.24</h2> <h2>0.2.24</h2>