
        <!DOCTYPE html>
        <html lang="zh-CN">
            <head>
                <meta charset="utf-8">
                <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>PKC反向代理</title>
                <style>
                    body {
                        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
                        line-height: 1.6;
                        margin: 0;
                        padding: 0;
                        background-color: #f5f7fa;
                        color: #333;
                    }
                    .container {
                        max-width: 800px;
                        margin: 50px auto;
                        padding: 30px;
                        background: white;
                        border-radius: 8px;
                        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
                    }
                    h1 {
                        color: #2c3e50;
                        margin-top: 0;
                        border-bottom: 2px solid #3498db;
                        padding-bottom: 10px;
                    }
                    .proxy-url {
                        background-color: #f8f9fa;
                        border: 1px solid #ddd;
                        border-radius: 4px;
                        padding: 15px;
                        font-size: 18px;
                        margin: 20px 0;
                        word-break: break-all;
                        color: #2980b9;
                        font-weight: bold;
                    }
                    .instructions {
                        background-color: #e8f4fc;
                        border-left: 4px solid #3498db;
                        padding: 15px;
                        margin: 25px 0;
                    }
                    .footer {
                        margin-top: 30px;
                        font-size: 14px;
                        color: #7f8c8d;
                        text-align: center;
                    }
                    .logo {
                        text-align: center;
                        margin-bottom: 20px;
                    }
                    .logo span {
                        font-size: 24px;
                        font-weight: bold;
                        color: #3498db;
                    }
                    .nova-link {
                        color: #3498db;
                        text-decoration: none;
                        font-weight: bold;
                    }
                    .nova-link:hover {
                        text-decoration: underline;
                    }
                </style>
            </head>
            <body>
                <div class="container">
                    <div class="logo">
                        <span>PKC 反向代理服务</span>
                    </div>
                    
                    <h1>欢迎使用PKC反向代理</h1>
                    
                    <p>您可以通过以下地址访问反向代理服务：</p>
                    
                    <div class="proxy-url"><strong>https://2gb.lbbb.cc</strong></div>
                    
                    <div class="instructions">
                        <p><strong>使用说明：</strong></p>
                        <ol>
                            <li>复制上方地址</li>
                            <li>打开插件设置页面</li>
                            <li>在"反向代理"设置项中粘贴此地址</li>
                            <li>保存设置即可开始使用</li>
                        </ol>
                    </div>
                    
                    <div class="footer">
                        <p>本服务由<a href="https://www.lbbb.cc" class="nova-link">iOS小萝卜</a>提供 &copy; 2019-2025</p>
                    </div>
                </div>
            </body>
        </html>