@littledragon_wxl/drawio-style-graph 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/README_zh.md +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,6 +90,19 @@ Or via npm:
|
|
|
90
90
|
npm install @littledragon_wxl/drawio-style-graph
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
+
### Update to Latest Version
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
# Using npm
|
|
97
|
+
npm update @littledragon_wxl/drawio-style-graph
|
|
98
|
+
|
|
99
|
+
# Or reinstall to latest
|
|
100
|
+
npm install @littledragon_wxl/drawio-style-graph@latest
|
|
101
|
+
|
|
102
|
+
# Check current version
|
|
103
|
+
npm list @littledragon_wxl/drawio-style-graph
|
|
104
|
+
```
|
|
105
|
+
|
|
93
106
|
### Prerequisites
|
|
94
107
|
|
|
95
108
|
1. Install draw.io desktop: [download](https://github.com/jgraph/drawio-desktop/releases)
|
package/README_zh.md
CHANGED
|
@@ -90,6 +90,19 @@ npx skills add Littledragon-wxl/drawio-style-graph
|
|
|
90
90
|
npm install @littledragon_wxl/drawio-style-graph
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
+
### 更新到最新版本
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
# 使用 npm 更新
|
|
97
|
+
npm update @littledragon_wxl/drawio-style-graph
|
|
98
|
+
|
|
99
|
+
# 或重新安装最新版本
|
|
100
|
+
npm install @littledragon_wxl/drawio-style-graph@latest
|
|
101
|
+
|
|
102
|
+
# 查看当前版本
|
|
103
|
+
npm list @littledragon_wxl/drawio-style-graph
|
|
104
|
+
```
|
|
105
|
+
|
|
93
106
|
### 前置条件
|
|
94
107
|
|
|
95
108
|
1. 安装 draw.io 桌面版:[下载](https://github.com/jgraph/drawio-desktop/releases)
|
package/package.json
CHANGED