91 lines
4.0 KiB
HTML
91 lines
4.0 KiB
HTML
|
|
|
|
<footer class="footer footer-transparent d-print-none">
|
|
<div class="container-xl">
|
|
<div class="row text-center align-items-center flex-row-reverse">
|
|
<div class="col-lg-auto ms-lg-auto">
|
|
<ul class="list-inline list-inline-dots mb-0">
|
|
<li class="list-inline-item"><a href="https://git.lmve.net/kevin/gin_saas/-/blob/main/readme.md?ref_type=heads" target="_blank"
|
|
class="link-secondary" rel="noopener">文档</a></li>
|
|
<li class="list-inline-item"><a href="https://git.lmve.net/kevin/gin_saas/-/blob/main/LICENSE?ref_type=heads" target="_blank" class="link-secondary">开源协议</a>
|
|
</li>
|
|
<li class="list-inline-item"><a href="https://git.lmve.net/kevin/gin_saas" target="_blank"
|
|
class="link-secondary" rel="noopener">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon text-orange" width="24" height="24"
|
|
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-gitlab">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
<path d="M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7z" />
|
|
</svg>
|
|
源码</a></li>
|
|
<li class="list-inline-item">
|
|
<a href="https://wnfed.com" target="_blank" class="link-secondary" rel="noopener">
|
|
<!-- Download SVG icon from http://tabler-icons.io/i/heart -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink icon-filled icon-inline" width="24"
|
|
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
|
|
stroke-linecap="round" stroke-linejoin="round">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
<path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />
|
|
</svg>
|
|
博客
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
|
|
<ul class="list-inline list-inline-dots mb-0">
|
|
<li class="list-inline-item">
|
|
Copyright © 2025
|
|
<a href="https://lmve.net" target="_blank" class="link-secondary">Lmve.NET</a>.
|
|
All rights reserved.
|
|
</li>
|
|
<li class="list-inline-item">
|
|
<a href="https://git.lmve.net/kevin/gin_saas/-/commits/main" target="_blank" class="link-secondary" rel="noopener">
|
|
v0.0.1
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- CSS files -->
|
|
<link href="/dist/css/tabler.min.css?1692870487" rel="stylesheet" />
|
|
<link href="/dist/css/tabler-flags.min.css?1692870487" rel="stylesheet" />
|
|
<link href="/dist/css/tabler-payments.min.css?1692870487" rel="stylesheet" />
|
|
<link href="/dist/css/tabler-vendors.min.css?1692870487" rel="stylesheet" />
|
|
<link href="/dist/css/demo.min.css?1692870487" rel="stylesheet" />
|
|
<style>
|
|
@import url('https://rsms.me/inter/inter.css');
|
|
|
|
:root {
|
|
--tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
|
|
}
|
|
|
|
body {
|
|
font-feature-settings: "cv03", "cv04", "cv11";
|
|
}
|
|
</style>
|
|
<!-- Libs JS -->
|
|
<!-- <script src="/dist/libs/apexcharts/dist/apexcharts.min.js?1692870487" defer></script>
|
|
<script src="/dist/libs/jsvectormap/dist/js/jsvectormap.min.js?1692870487" defer></script>
|
|
<script src="/dist/libs/jsvectormap/dist/maps/world.js?1692870487" defer></script>
|
|
<script src="/dist/libs/jsvectormap/dist/maps/world-merc.js?1692870487" defer></script> -->
|
|
<!-- Tabler Core -->
|
|
<script src="/dist/js/tabler.min.js?1692870487" defer></script>
|
|
<script src="/dist/js/demo.min.js?1692870487" defer></script>
|
|
<script src="/dist/js/demo-theme.min.js?1692870487"></script>
|
|
<script src="/dist/js/my_js_func.js"></script>
|
|
<script src="/dist/js/axios.min.js"></script>
|
|
<script src="/dist/js/jquery-3.7.1.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|