<!DOCTYPE html>
        <html>
        <head>
            <title>mmgjpro.xyz 文件服务</title>
            <meta charset="utf-8">
            <style>
                body { font-family: Arial, sans-serif; max-width: 800px; margin: 50px auto; padding: 20px; }
                code { background: #f4f4f4; padding: 10px; display: block; margin: 10px 0; }
            </style>
        </head>
        <body>
            <h1>文件服务 API</h1>
            <p>请使用路径: <strong>/file?url=您的URL</strong></p>
            <p>示例:</p>
            <code>http://mmgjpro.xyz/file?url=https://baidu.com</code>
            <p>参数说明:</p>
            <ul>
                <li><strong>url</strong>: 必需参数，要处理的目标URL</li>
            </ul>
        </body>
        </html>