feat: single player

This commit is contained in:
2025-09-23 18:16:50 +08:00
commit c7d34659db
22 changed files with 4272 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
[*.{js,jsx,ts,tsx,css,html}]
indent_style = space
indent_size = 2