Skip to content

Commit

Permalink
feat: 将缓存同步移到安装脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Dec 30, 2024
1 parent bafdaa4 commit d8a4e70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/service/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -864,8 +864,5 @@ func (s *CliService) Init(ctx context.Context, cmd *cli.Command) error {
return err
}

// 初始化缓存
_ = s.cacheRepo.UpdateApps()
_ = s.cacheRepo.UpdateRewrites()
return nil
}

0 comments on commit d8a4e70

Please sign in to comment.