refactor: message content 改成 any

refactor: message content 改成 any
This commit is contained in:
Xyfacai
2025-06-07 23:05:01 +08:00
parent e2df80118f
commit 8343fe0740
16 changed files with 319 additions and 122 deletions

View File

@@ -25,10 +25,10 @@ import (
_ "net/http/pprof"
)
//go:embed web/dist
// go:embed web/dist
var buildFS embed.FS
//go:embed web/dist/index.html
// go:embed web/dist/index.html
var indexPage []byte
func main() {