@aiyiran/myclaw 1.0.193 → 1.0.195

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.
@@ -199,7 +199,7 @@
199
199
 
200
200
  // iframe
201
201
  var iframe = document.createElement("iframe");
202
- iframe.src = window.location.origin + "/cmd";
202
+ iframe.src = window.location.origin + "/cmd/";
203
203
  iframe.style.cssText = [
204
204
  "flex: 1",
205
205
  "width: 100%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.193",
3
+ "version": "1.0.195",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {