🔥 重构管理页面,长得更好看一些了

This commit is contained in:
李寻欢
2024-04-23 10:42:08 +08:00
parent ab5a8092f7
commit 1fca021b38
18 changed files with 1144 additions and 279 deletions

10
views/footer.html Normal file
View File

@@ -0,0 +1,10 @@
<footer>
<div class="mx-auto max-w-3xl px-4 sm:px-6 lg:max-w-7xl lg:px-8">
<div class="border-t border-gray-200 py-8 text-center text-sm text-gray-500 sm:text-left">
<span class="block sm:inline">本项目完全开源,开源地址: </span>
<span class="block sm:inline text-red-500">
<a target="_blank" href="https://gitee.ltd/lxh/go-wxhelper">https://gitee.ltd</a>
</span>
</div>
</div>
</footer>