优化wx拦截

This commit is contained in:
putyy
2025-02-13 09:24:00 +08:00
parent e79a7ba2fe
commit e00a7c9044

View File

@@ -61,7 +61,7 @@ func main() {
|_| \___| |___/ \__,_| \___/ \_/\_/ |_| |_| |_| \___/ \__ ,_| \__,_| \___| |_|`
log.Println(logo)
fmt.Println("version", app.Version)
fmt.Println("version:", app.Version)
fmt.Println("lockfile:", app.LockFile)
app.Startup(ctx)
},