 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>爱·回家之开心速递</title>
    <meta name="keywords" content="">
    <meta name="description" content="處境劇的御用監製羅鎮岳已經準備開拍新一套處境劇，暫定叫《愛．回家之開心速遞》，「過往的處境劇都是以家庭為主，今次當然不例外啦。而故事除了家庭，因為網購現在都好hit，就會講到一間百貨公司，入面開設的網">
    <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/222.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>