From 8462b451c8d2ae4352abec9250cef5c6d6c5b603 Mon Sep 17 00:00:00 2001 From: Zhigang Zhang Date: Mon, 4 Dec 2023 01:39:30 +0800 Subject: [PATCH] upgrade to 0.7.7 (#542) --- README.md | 4 ++-- docs/en/1.usage.md | 12 ++++++------ docs/en/plugin-screenshot.md | 6 +++--- docs/zh/1.usage.md | 12 ++++++------ docs/zh/plugin-screenshot.md | 6 +++--- example/1_basic.html | 6 +++--- example/1_basic_cn.html | 6 +++--- example/2_features.html | 8 ++++---- example/2_features_cn.html | 8 ++++---- example/3_requirejs.html | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- src/jsmind.common.js | 2 +- 13 files changed, 42 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 11031dab..1ad73d0e 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ jsMind is mind map library built by javascript, it base on html5 canvas and svg. diff --git a/docs/en/1.usage.md b/docs/en/1.usage.md index ccb2d783..f1ac4f01 100644 --- a/docs/en/1.usage.md +++ b/docs/en/1.usage.md @@ -14,22 +14,22 @@ At first, 2 files (jsmind.css and jsmind.js) are required. Here we link to the resources on the CDN. It is recommended to use the latest version. ```html - + - + ``` > CDNs in common use: [UNPKG](https://unpkg.com/jsmind/), [jsDelivr](https://www.jsdelivr.com/package/npm/jsmind/), and [the mirror of jsDelivr in China](https://jsd.onmicrosoft.cn/npm/jsmind/). the resource urls would look like: -> - https://unpkg.com/jsmind@0.7.6/es6/jsmind.js -> - https://cdn.jsdelivr.net/npm/jsmind@0.7.6/es6/jsmind.js -> - https://jsd.onmicrosoft.cn/npm/jsmind@0.7.6/es6/jsmind.js +> - https://unpkg.com/jsmind@0.7.7/es6/jsmind.js +> - https://cdn.jsdelivr.net/npm/jsmind@0.7.7/es6/jsmind.js +> - https://jsd.onmicrosoft.cn/npm/jsmind@0.7.7/es6/jsmind.js > > The version number appear in the url of CDN. It's strongly recommended that you also specify the version number in your project to avoid the risks that caused by version upgrades. Access the [jsMind on NPM](https://www.npmjs.com/package/jsmind) to get the latest version number of jsMind. Add script jsmind.draggable-node.js for enabling draggable node feature. ```html - + ``` The second, a div element should be in your HTML as container diff --git a/docs/en/plugin-screenshot.md b/docs/en/plugin-screenshot.md index dd824b10..633188a5 100644 --- a/docs/en/plugin-screenshot.md +++ b/docs/en/plugin-screenshot.md @@ -18,16 +18,16 @@ This feature can support to export mind maps as png images. ```html - + - + - + + ``` > 常用的 CDN 有 [UNPKG](https://unpkg.com/jsmind/),[jsDelivr](https://www.jsdelivr.com/package/npm/jsmind/),以及 jsDelivr 的[国内镜像](https://jsd.onmicrosoft.cn/npm/jsmind/)。文件路径大概像这样: -> - https://unpkg.com/jsmind@0.7.6/es6/jsmind.js -> - https://cdn.jsdelivr.net/npm/jsmind@0.7.6/es6/jsmind.js -> - https://jsd.onmicrosoft.cn/npm/jsmind@0.7.6/es6/jsmind.js +> - https://unpkg.com/jsmind@0.7.7/es6/jsmind.js +> - https://cdn.jsdelivr.net/npm/jsmind@0.7.7/es6/jsmind.js +> - https://jsd.onmicrosoft.cn/npm/jsmind@0.7.7/es6/jsmind.js > > 示例中url中都有版本号,强烈建议你在项目里也指明版本号,以避免版本升级给你的项目带来风险。访问 [NPM 上的 jsMind](https://www.npmjs.com/package/jsmind) 可以获取 jsmind 的最新版本号。 如果希望能够通过鼠标拖拽的方式移动节点,需要额外引用 jsmind.draggable-node.js 文件 ```html - + ``` 其次,要为 jsMind 准备一个容器,jsMind 将在这个容器里显示思维导图。可自行定义容器的id、大小及样式。 diff --git a/docs/zh/plugin-screenshot.md b/docs/zh/plugin-screenshot.md index 51303410..11840ada 100644 --- a/docs/zh/plugin-screenshot.md +++ b/docs/zh/plugin-screenshot.md @@ -20,16 +20,16 @@ ```html - + - + - + - + + - + + diff --git a/example/2_features_cn.html b/example/2_features_cn.html index 2eeddc71..81744be8 100644 --- a/example/2_features_cn.html +++ b/example/2_features_cn.html @@ -7,7 +7,7 @@