export default function Banner({ views, url }: { views: number }) { const copyToClipboard = (text) => { var tempInput = document.createElement("input"); tempInput.value = text; document.body.appendChild(tempInput); tempInput.select(); document.execCommand("copy"); document.body.removeChild(tempInput); alert('已复制:'+text); } const currentDomain = window.location.hostname; const contentDomain = currentDomain=='gtering.com'?'Gtering.com':'Ansnid.Com'; return (
{views}