🎨更换web页面框架

This commit is contained in:
coward
2024-07-15 16:47:53 +08:00
parent 1f49b798eb
commit da7ffc9343
411 changed files with 7244 additions and 1 deletions

9
web/.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = unset
insert_final_newline = true
trim_trailing_whitespace = true