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

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

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false
eclint_indent_style = unset
[Dockerfile]
indent_size = 4