<!DOCTYPE html>
        <html>
        <head>
            <meta charset="UTF-8">
            <title>网站已迁移</title>
            <style>
                body { font-family: sans-serif; text-align: center; padding-top: 100px; background-color: #f4f4f9; color: #333; }
                .container { background: white; padding: 40px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); display: inline-block; }
                a { color: #0066cc; text-decoration: none; font-weight: bold; }
            </style>
        </head>
        <body>
            <div class="container">
                <h1 style="color: #e74c3c;">⚠️ 网站已弃用</h1>
                <p>旧接口 (api.taicuai.cn) 已停止服务，请切换至新接口地址：</p>
                <p><a href="https://taicu.vip">https://taicu.vip</a></p>
            </div>
        </body>
        </html>