@opentiny/next-sdk 0.1.8 → 0.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/next-sdk",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Chunhui Mo",
@@ -293,7 +293,7 @@ class FloatingBlock {
293
293
  }
294
294
 
295
295
  private copyRemoteURL(): void {
296
- this.copyToClipboard((this.options.remoteUrl || DEFAULT_REMOTE_URL) + this.sessionPrefix + this.options.sessionId)
296
+ this.copyToClipboard(this.options.remoteUrl + this.sessionPrefix + this.options.sessionId)
297
297
  }
298
298
 
299
299
  // 实现复制到剪贴板功能