Reorganize directory structures

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2025-08-05 20:06:35 +08:00
parent d666470272
commit adf2a72630
2087 changed files with 637 additions and 603 deletions
-34
View File
@@ -1,34 +0,0 @@
{{ define "admin/nav/css.html" }}
<link rel="stylesheet" href="/static/css/layui.css">
<style>
.sif-title {
font-size: 1.3em;
color: aliceblue;
}
.layui-body {
padding-top: 30px;
}
.layui-header {
background-color: #e4007f !important;
}
.layui-side {
background-color: #e4007f;
}
.layui-nav {
background-color: #e4007f;
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
background-color: #ff6699 !important;
}
</style>
{{ end }}