merge v4.2.0

This commit is contained in:
RockYang
2025-11-11 10:17:03 +08:00
34 changed files with 2631 additions and 556 deletions

View File

@@ -60,8 +60,6 @@ func (s *AppServer) Init(debug bool, client *redis.Client) {
s.Engine.Use(errorHandler)
// 添加静态资源访问
s.Engine.Static("/static", s.Config.StaticDir)
//启动服务
}
func (s *AppServer) Run(db *gorm.DB) error {