🐛 os字段大写

This commit is contained in:
2024-10-02 11:25:01 +08:00
parent 2e57b24335
commit 4c89166466
8 changed files with 37 additions and 1 deletions

View File

@ -21,6 +21,7 @@ func OnGetServerStatus(ctx context.Context, c *app.RequestContext) {
}
func OnGetStaticFile(ctx context.Context, c *app.RequestContext) {
c.Request.URI().Path()
file := c.Param("file")
fp := "./web/" + file