@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
|
|
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();
|