dsh-baize-rules 0.1.3 → 0.1.4
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 +2 -1
- package/README.zh.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# dsh-baize-rules
|
|
2
2
|
|
|
3
|
+
[](https://dsh-plugin.org/plugins/bvcvb/dsh-baize-rules)
|
|
3
4
|

|
|
4
5
|

|
|
5
6
|
|
|
@@ -32,7 +33,7 @@ The name comes from **Baize (白泽)** — a mythical beast said to "understand
|
|
|
32
33
|
|
|
33
34
|
```bash
|
|
34
35
|
# Install from npm into the web profile (use the actual published version)
|
|
35
|
-
dsh plugin --profile web add dsh-baize-rules@0.1.
|
|
36
|
+
dsh plugin --profile web add dsh-baize-rules@0.1.4
|
|
36
37
|
pm2 restart dsh # Reload when dsh is managed by pm2
|
|
37
38
|
dsh --profile web
|
|
38
39
|
```
|
package/README.zh.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# dsh-baize-rules
|
|
2
2
|
|
|
3
|
+
[](https://dsh-plugin.org/plugins/bvcvb/dsh-baize-rules)
|
|
3
4
|

|
|
4
5
|

|
|
5
6
|
|
|
@@ -32,7 +33,7 @@
|
|
|
32
33
|
|
|
33
34
|
```bash
|
|
34
35
|
# 从 npm 安装到 web profile(版本以发布后的实际版本为准)
|
|
35
|
-
dsh plugin --profile web add dsh-baize-rules@0.1.
|
|
36
|
+
dsh plugin --profile web add dsh-baize-rules@0.1.4
|
|
36
37
|
pm2 restart dsh # dsh 由 pm2 托管时重载生效
|
|
37
38
|
dsh --profile web
|
|
38
39
|
```
|
package/package.json
CHANGED