@aiyiran/myclaw 1.1.176 → 1.1.177

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.
@@ -1187,7 +1187,7 @@
1187
1187
  // HTML 走 CDN;其余类型走本地 API
1188
1188
  var htmlPreviewSrc = '';
1189
1189
  if (isHtml) {
1190
- htmlPreviewSrc = previewUrl + '?t=' + Date.now();
1190
+ htmlPreviewSrc = previewUrl;
1191
1191
  iframe.src = htmlPreviewSrc;
1192
1192
  } else {
1193
1193
  iframe.src = MYCLAW_API_BASE + '/api/file?path=' + encodeURIComponent(getWorkspaceId() + '/' + asset.path) + '&t=' + Date.now();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.1.176",
3
+ "version": "1.1.177",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {