feat: homepage

This commit is contained in:
MoYuan-CN
2025-11-17 19:25:36 +08:00
parent d16f70601b
commit ba9ee04387
31 changed files with 2567 additions and 1020 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,css,scss,sass,less,styl}]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
max_line_length = 100