Phase 2 completed: Stream Server Auth, Database and Business API

This commit is contained in:
2026-03-16 15:54:41 +08:00
commit c84dd6ea36
16 changed files with 757 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# 编译产物
/server
*.exe
*.out
# 依赖库
/vendor/
# 编辑器与系统生成
.idea/
.vscode/
.DS_Store