<!doctype html>
<html lang="zh-CN">
  <head>
    <meta charset="UTF-8" />
    <!-- <link rel="manifest" href="/manifest.webmanifest.json" /> -->
    <link rel="icon" href="/images/favicon.ico" />
    <meta name="theme-color" content="#ffffff" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>AIUG - AI辅助撰写专利工具</title>
    <meta name="description" content="AI辅助撰写专利工具" />
    <script defer src="https://umami.zecaimao.cn/script.js" data-website-id="d4bfe7ee-0482-4874-960d-e5c6554d1704"></script>
    <script type="text/javascript">
        (function(c,l,a,r,i,t,y){
            c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
            t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
            y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
        })(window, document, "clarity", "script", "snidnis8xp");
    </script>
    <script type="module" crossorigin src="/assets/index-ARhiXc-M.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/vue-A8nuNYzG.js">
    <link rel="modulepreload" crossorigin href="/assets/arco-jU4Un-uS.js">
    <link rel="modulepreload" crossorigin href="/assets/vueuse-V4uRBgcG.js">
    <link rel="stylesheet" crossorigin href="/assets/index-VzfDh5Hf.css">
  <link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>

  <body>
    <div id="app"></div>
    <div
      id="misfitContainer"
      style="
        width: 100%;
        height: 100vh;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      "
    >
      <h2 style="margin: 0">当前浏览器未兼容系统</h2>
      <h2>推荐使用谷歌、火狐、Edge等浏览器</h2>
      <ul
        style="
          padding: 0;
          list-style: none;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          text-align: center;
          font-size: 18px;
        "
      >
        <li style="margin: 24px">
          <a
            href="https://dl.google.com/tag/s/appguid%3D%7B8A69D345-D564-463C-AFF1-A69D9E530F96%7D%26iid%3D%7BDAB63DF3-1AC2-A515-F27F-7139FB431E3C%7D%26lang%3Dzh-CN%26browser%3D4%26usagestats%3D0%26appname%3DGoogle%2520Chrome%26needsadmin%3Dprefers%26ap%3Dx64-stable-statsdef_1%26installdataindex%3Dempty/update2/installers/ChromeSetup.exe"
            style="display: block; text-decoration: unset; color: #000"
          >
            <img
              src="https://www.google.cn/chrome/static/images/chrome-logo-m100.svg"
              alt="Google Chrome 徽标。Chrome 是一款快速、安全、免费的网络浏览器。"
              width="64px"
              height="64px"
            />
            <div style="margin-top: 15px; min-height: 50px">
              谷歌浏览器（点击下载）
            </div>
          </a>
        </li>
        <!-- <li style="margin: 24px">
          <a
            href="https://download-ssl.firefox.com.cn/releases-sha2/stub/official/zh-CN/Firefox-latest.exe"
            style="display: block; text-decoration: unset; color: #000"
          >
            <img
              src="https://www.firefox.com.cn/media/protocol/img/logos/firefox/browser/logo.eb1324e44442.svg"
              alt="没有晦涩难懂的隐私保护政策，更不向第三方预留后门，纯粹是一款闪电般快、不会出卖您的浏览器。"
              width="64px"
              height="64px"
            />
            <div style="margin-top: 15px; min-height: 50px">
              火狐浏览器（点击下载）
            </div>
          </a>
        </li> -->
        <li style="margin: 24px">
          <a
            href="https://www.microsoft.com/zh-cn/edge/download?form=MA13FJ"
            style="display: block; text-decoration: unset; color: #000"
          >
            <img
              src="https://edgestatic.azureedge.net/shared/cms/lrs1c69a1j/section-images/29bfeef37eef4ca3bcf962274c1c7766.png"
              alt="Microsoft Edge 是适用于 Windows 的一款卓越浏览器"
              width="64px"
              height="64px"
            />
            <div style="margin-top: 15px; min-height: 50px">
              微软Edge（点击前往下载页）
              <small style="display: block; color: #888">
                因Windows系统差异，需要下载对应版本
              </small>
            </div>
          </a>
        </li>
      </ul>
    </div>
    <script>
      // 检测浏览器是否为IE内核
      function isIE() {
        const userAgent = navigator.userAgent;
        // 判断是否包含 "MSIE" 或 "Trident"
        return (
          userAgent.indexOf('MSIE') !== -1 ||
          userAgent.indexOf('Trident') !== -1
        );
      }
      // 检测是否为IE内核，为否则移除相应结构
      if (isIE()) {
        document.querySelector('#misfitContainer').style.display = 'flex';
      } else {
        document.querySelector('#misfitContainer').remove();
      }
    </script>
  </body>
</html>
