 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>秘密关系台版</title>
    <meta name="keywords" content="">
    <meta name="description" content="こめおかしぐ的人气作品决定改编，是以猜拳为契机开始的青春爱情故事。从小一起长大的俊晞、韩拓、晓阳从10岁起就一直在一起。随着成长萌发爱意，韩拓发现自己对俊晞的感情超越了友情，但这份感情却一直藏在心底。">
    <style>
        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        #detailFrame {
            width: 100%;
            height: 100%;
            border: none;
        }
        .loading {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 18px;
        }
    </style>
</head>
<body>
    <div class="loading">正在加载视频详情...</div>
    <iframe id="detailFrame" src="/detail/250.html" onload="document.querySelector('.loading').style.display='none';"></iframe>
    
    <script>
        // 修改浏览器历史记录，让URL看起来没变
        try {
            history.replaceState({}, document.title, window.location.pathname + window.location.search);
        } catch(e) {}
    </script>
</body>
</html>