MoonTv 一键搭建数据接口
使用方法: https://video.gaojilingjuli.top/?url=https://raw.githubusercontent.com/666zmy/MoonTV/refs/heads/main/config.json&pretty=true addEventListener ( 'fetch' , event => { event . respondWith ( handleRequest ( event . request )) } ) async function handleRequest ( request ) { try { // 解析 URL 参数 const url = new URL ( request . url ) const targetUrl = url . searchParams . get ( 'url' ) if ( !targetUrl ) { return new Response ( 'Missing url parameter' , { status : 400 } ) } // 验证 URL 格式 try { new URL ( targetUrl ) } catch { return new Response ( 'Invalid URL format' , { status : 400 } ) } // 从远程获取 JSON const response = await fetch ( targetUrl ) ...
是否可以注明脚本来源呢?
回复删除请将我的文章地址添加为参考链接,谢谢!
https://blog.oneall.eu.org/2025/07/26/KubicNodes%E5%AE%B9%E5%99%A8%E6%9C%BA%E5%AE%89%E8%A3%85%E6%A1%8C%E9%9D%A2%E7%8E%AF%E5%A2%83%E5%92%8CVNC/
删除感谢指出,已经添加。
删除