Initial project

This commit is contained in:
Timi
2025-07-16 16:41:21 +08:00
parent 09bd61b486
commit 1c4c53bb91
38 changed files with 12796 additions and 129 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true