Files
fast_response/front/public/ai/assets/copy-ee710165.js
2025-03-17 11:27:07 +08:00

2 lines
317 B
JavaScript

function t(o){return new Promise((c,n)=>{try{console.log(o);const e=document.createElement("textarea");e.setAttribute("readonly","readonly"),e.value=o,document.body.appendChild(e),e.select(),document.execCommand("copy")&&document.execCommand("copy"),document.body.removeChild(e),c(o)}catch(e){n(e)}})}export{t as c};