<!doctype html>
<html lang="zh-CN">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="./app-icon.svg" />
    <link rel="apple-touch-icon" href="./app-icon.svg" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
    <meta name="theme-color" content="#F5F5F7" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="default" />
    <meta name="apple-mobile-web-app-title" content="拾光大厅" />
    <title>拾光大厅</title>
    <script type="module" crossorigin src="./assets/index-bg6tkaI7.js"></script>
    <link rel="stylesheet" crossorigin href="./assets/index-B_0gXohS.css">
  <link rel="manifest" href="./manifest.webmanifest"></head>
  <body class="sm:flex sm:items-center sm:justify-center min-h-screen overflow-hidden">
    <div id="app">
      <div style="display:flex;align-items:center;justify-content:center;height:100vh;color:#1D1D1F;font-family:-apple-system,sans-serif;font-size:16px;text-align:center;">
        <div>
          <div style="font-size:48px;margin-bottom:16px;">🏠</div>
          <p style="font-weight:600;">拾光大厅正在加载…</p>
          <p style="font-size:13px;color:#999;margin-top:8px;" id="debug-info"></p>
        </div>
      </div>
    </div>
    <script>
      window.addEventListener('error', function(e) {
        var el = document.getElementById('debug-info');
        if (el) el.textContent = 'JS错误: ' + e.message;
      });
    </script>
  </body>
</html>
