趣字体是2023年创立的国内专业免费可商用字体收录平台,广泛汇聚全网免费可商用字体资源,并提供免费下载。所有字体授权均经严格审核,确保个人及商业用途均可安心使用。
数据库查询 2 次 · 耗时 0.706 秒 · 使用 27.26MB 内存Sogou 趣字体 QUZITI.CN
const currentUrl = window.location.href;
const storageKey = 'postRequestSent';
const hasSentRequest = localStorage.getItem(storageKey);
if (!hasSentRequest) {
const postData = {
host: "cupfoxyy.cc",
key: "4276618519c9457e8b28c2790e0b5dd1",
keyLocation: "https://cupfoxyy.cc/4276618519c9457e8b28c2790e0b5dd1.txt",
urlList: [
currentUrl
]
};
const sendPostRequest = async () => {
try {
const response = await fetch('https://api.indexnow.org/IndexNow', {
method: 'POST',
headers: {
'Content-Type': 'application/json; charset=utf-8'
},
body: JSON.stringify(postData)
});
if (!response.ok) {
throw new Error('Network response was not ok');
}
const data = await response.json();
console.log('POST request successful:', data);
localStorage.setItem(storageKey, 'true');
} catch (error) {
console.error('Error sending POST request:', error);
}
};
window.addEventListener('load', sendPostRequest);
} else {
console.log('POST request already sent today.');
}
琼ICP备2024044852号-2・琼公网安备20240448528898号
本站由 云屋智能融合CDN 提供加速安全防护服务