Initial commit

This commit is contained in:
2025-05-11 20:32:14 +08:00
commit d97247159f
80 changed files with 13013 additions and 0 deletions

BIN
server/static/avatars/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

6
server/static/static.go Normal file
View File

@@ -0,0 +1,6 @@
package static
import "embed"
//go:embed *
var Static embed.FS