feat(backend): add basic backend code

This commit is contained in:
yokowu
2025-06-25 15:25:18 +08:00
parent 4105adda0b
commit b048fac123
196 changed files with 67410 additions and 0 deletions

6
backend/docs/docs.go Normal file
View File

@@ -0,0 +1,6 @@
package docs
import _ "embed"
//go:embed swagger.json
var SwaggerJSON []byte