@wenbin_wb/dsh-bridge 2.0.0 → 2.0.1
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 +10 -0
- package/README.zh-CN.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -87,6 +87,16 @@ dsh plugin --profile web add ./dsh-bridge
|
|
|
87
87
|
|
|
88
88
|
After installation, restart DSH and find "Remote Access" in settings.
|
|
89
89
|
|
|
90
|
+
### Upgrade to latest
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
dsh plugin --profile web add @wenbin_wb/dsh-bridge@latest
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
> **Note**: `update --latest` may fail to reach the newest major version due to version constraints from already-installed dependencies. Use the `add @latest` command above to force-install the latest version (no need to know the exact version number).
|
|
97
|
+
|
|
98
|
+
After upgrading, restart DSH and **hard-refresh** the browser (Windows: `Ctrl+Shift+R`, macOS: `Cmd+Shift+R`) to clear the cache, then confirm the latest version is shown in settings.
|
|
99
|
+
|
|
90
100
|
---
|
|
91
101
|
|
|
92
102
|
## Usage
|
package/README.zh-CN.md
CHANGED
|
@@ -87,6 +87,16 @@ dsh plugin --profile web add ./dsh-bridge
|
|
|
87
87
|
|
|
88
88
|
安装完成后重启 DSH,在设置页找到「远程访问」即可使用。
|
|
89
89
|
|
|
90
|
+
### 升级到最新版
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
dsh plugin --profile web add @wenbin_wb/dsh-bridge@latest
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
> **注意**:`update --latest` 可能因已安装依赖的版本约束而无法升级到最新版。用上面的 `add @latest` 命令即可强制安装最新版(无需知道具体版本号)。
|
|
97
|
+
|
|
98
|
+
升级完成后重启 DSH,并在浏览器**硬刷新**(Windows: `Ctrl+Shift+R`,macOS: `Cmd+Shift+R`)清除缓存,然后确认设置页显示最新版本号。
|
|
99
|
+
|
|
90
100
|
---
|
|
91
101
|
|
|
92
102
|
## 使用
|
package/package.json
CHANGED