Atualização automática: 2026-05-18 20:12:35

This commit is contained in:
Hermes
2026-05-18 20:12:35 +00:00
parent 37612a7b81
commit e596342950
5 changed files with 92 additions and 23 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ function confirmDeleteClone(cloneId) {
}
function openClone(cloneId) {
window.open(`/${cloneId}/index.html`, '_blank');
window.open(`/api/preview/${cloneId}`, '_blank');
}
function cloneSiteAgain(baseUrl) {