Atualização automática: 2026-05-18 17:10:08
This commit is contained in:
@@ -30,7 +30,12 @@ document.getElementById('btnOpenFolder').addEventListener('click', () => {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({ path: clonedData.data.path })
|
||||
});
|
||||
}).then(res => res.json())
|
||||
.then(data => {
|
||||
if (data.success && data.url) {
|
||||
window.open(data.url, '_blank');
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user