20240326-1432

This commit is contained in:
BlueSkyXN 2024-03-26 14:32:44 +08:00
parent 6d2f185b51
commit ee897ec259

View File

@ -132,3 +132,7 @@
urlInput.setSelectionRange(0, 99999);
document.execCommand('copy');
alert('URL 已复制');
}
</script>
</body>
</html>