fix log wrapped incorrectly in WebUI, implement log SSR

This commit is contained in:
yusing
2025-01-23 00:08:19 +08:00
parent 2bb13129de
commit ed3b26653c
7 changed files with 291 additions and 39 deletions

View File

@@ -2,4 +2,6 @@
package main
func initProfiling() {}
func initProfiling() {
// no profiling in production
}