|
|
|
@ -9,6 +9,21 @@
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
|
|
|
<title>Api2gpt</title>
|
|
|
|
<title>Api2gpt</title>
|
|
|
|
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
|
|
|
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
|
|
|
|
|
|
|
<!-- Matomo -->
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
var _paq = window._paq = window._paq || [];
|
|
|
|
|
|
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
|
|
|
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
|
|
|
|
(function() {
|
|
|
|
|
|
|
|
var u="https://anydoor.matomo.cloud/";
|
|
|
|
|
|
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
|
|
|
|
|
|
_paq.push(['setSiteId', '4']);
|
|
|
|
|
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
|
|
|
|
|
|
g.async=true; g.src='//cdn.matomo.cloud/anydoor.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
|
|
|
|
|
|
|
})();
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- End Matomo Code -->
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
html,
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
body,
|
|
|
|
@ -122,7 +137,7 @@
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 51%;
|
|
|
|
width: 51%;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: #7171C6;
|
|
|
|
background: #74c0ce;
|
|
|
|
z-index: 1000;
|
|
|
|
z-index: 1000;
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
-webkit-transform: translateX(0);
|
|
|
|
-ms-transform: translateX(0);
|
|
|
|
-ms-transform: translateX(0);
|
|
|
|
@ -206,7 +221,7 @@
|
|
|
|
<div id="loader"></div>
|
|
|
|
<div id="loader"></div>
|
|
|
|
<div class="loader-section section-left"></div>
|
|
|
|
<div class="loader-section section-left"></div>
|
|
|
|
<div class="loader-section section-right"></div>
|
|
|
|
<div class="loader-section section-right"></div>
|
|
|
|
<div class="load_title">正在加载系统资源,请耐心等待</div>
|
|
|
|
<div class="load_title"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
|