<!doctype html>
<html lang="zh-CN">
  <head>
    <meta charset="UTF-8" />
    <!-- <link rel="icon" type="image/svg+xml" href="/logo.png" /> -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
    <title>智库</title>
    <script type="module" crossorigin src="/assets/index-CYpx-gQc.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-CniOAteW.css">
  </head>
  <body>
    <div id="root"></div>
    <!-- Polyfills for older Android/default browsers (Promise.withResolvers ES2024, URL.parse) -->
    <script>
      (function() {
        if (typeof Promise !== 'undefined' && typeof Promise.withResolvers === 'undefined') {
          Promise.withResolvers = function withResolvers() {
            var resolve, reject;
            var promise = new Promise(function(res, rej) { resolve = res; reject = rej; });
            return { promise: promise, resolve: resolve, reject: reject };
          };
        }
        if (typeof URL !== 'undefined' && typeof URL.parse === 'undefined') {
          URL.parse = function(url, base) {
            try {
              return base !== undefined ? new URL(url, base) : new URL(url);
            } catch (e) {
              return null;
            }
          };
        }
      })();
    </script>
  </body>
</html>