<!DOCTYPE html>
<html lang="zh-CN">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/png" href="/builtin-logo.png" />
    <link rel="shortcut icon" type="image/png" href="/builtin-logo.png" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>资源系统授权中心</title>
    <script type="module" crossorigin src="/assets/index.dd44befb.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/arco.2fedf1c3.js">
    <link rel="modulepreload" crossorigin href="/assets/chart.ea1d025d.js">
    <link rel="modulepreload" crossorigin href="/assets/vue.6e782372.js">
    <link rel="stylesheet" href="/assets/index.e113c4bb.css">
  </head>
  <body>
    <div id="app"></div>
    <script>
      (() => {
        const key = 'arco-theme';
        let saved = null;
        try {
          saved = window.localStorage?.getItem(key) || null;
        } catch {
          // Continue with the light default when storage is unavailable.
        }
        const theme = saved === 'dark' ? 'dark' : 'light';
        if (saved !== theme) {
          try {
            window.localStorage?.setItem(key, theme);
          } catch {
            // Continue rendering even when the preference cannot be persisted.
          }
        }
        document.documentElement.setAttribute('arco-theme', theme);
        document.documentElement.style.colorScheme = theme;
        document.body.setAttribute('arco-theme', theme);
        document.body.style.colorScheme = theme;
      })();
    </script>
    
  </body>
</html>
