mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-19 10:06:38 +08:00
2 lines
322 B
JavaScript
2 lines
322 B
JavaScript
function n(o){const t={origin:!0,...o};let e;t.origin?e=document.createElement("textarea"):e=document.createElement("input"),e.setAttribute("readonly","readonly"),e.value=t.text,document.body.appendChild(e),e.select(),document.execCommand("copy")&&document.execCommand("copy"),document.body.removeChild(e)}export{n as c};
|