<!DOCTYPE html>
<html lang="zh-hans">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>管理后台</title>
    <style>
      #app-splash {
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 0;
        padding: 0;
        background: #f2f3f5;
        color: #1d2129;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: opacity 0.28s ease, visibility 0.28s ease;
        contain: layout style paint;
      }

      #app-splash,
      #app-splash * {
        box-sizing: border-box;
      }

      #app-splash.app-splash--hide {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
      }

      .app-splash__spinner {
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        border: 3px solid rgba(22, 93, 255, 0.15);
        border-top-color: #165dff;
        border-radius: 50%;
        animation: app-splash-spin 0.8s linear infinite;
        will-change: transform;
        transform: translateZ(0);
      }

      .app-splash__text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        flex: 0 0 auto;
        width: 120px;
        height: 46px;
        margin: 0;
        padding: 0;
      }

      .app-splash__title,
      .app-splash__hint {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: inherit;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        height: 20px;
        letter-spacing: 0;
        white-space: nowrap;
      }

      .app-splash__hint {
        font-size: 13px;
        font-weight: 400;
        color: #86909c;
      }

      @keyframes app-splash-spin {
        to {
          transform: translateZ(0) rotate(360deg);
        }
      }
    </style>
    <script type="module" crossorigin src="/static/js/index-z01fXlUo.js"></script>
    <link rel="modulepreload" crossorigin href="/static/js/vue-CBB_Z_30.js">
    <link rel="stylesheet" crossorigin href="/static/css/index-CFCWpECT.css">
  </head>
  <body>
    <div id="app-splash" aria-live="polite" aria-busy="true">
      <div class="app-splash__spinner" aria-hidden="true"></div>
      <div class="app-splash__text">
        <div class="app-splash__title">正在加载</div>
        <div class="app-splash__hint">请稍候...</div>
      </div>
    </div>
    <div id="app"></div>
  </body>
</html>
