热链保护 示例代码 const HOMEPAGE_URL = "https://ctyun.cn/" const PROTECTED_TYPE = "image/" async function handleRequest(request) { // Fetch the original request const response = await fetch(request) // If it's an image, engage hotlink protection based on the // Referer