修复flutter analyze提示,更新版本至v1.0.0-Beta4.8

This commit is contained in:
2026-06-21 21:20:29 +08:00
parent 2de7d5269e
commit ae8fe7f31b
6 changed files with 90 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ import (
func main() {
monitor.Init(2000)
monitor.Infof("Starting Hightube Server v1.0.0-Beta4.7")
monitor.Infof("Starting Hightube Server v1.0.0-Beta4.8")
// Initialize Database and run auto-migrations
db.InitDB()