This commit is contained in:
WJQSERVER 2024-09-27 15:27:53 +08:00
parent 8412231b72
commit fea70c01d8
3 changed files with 284 additions and 187 deletions

View file

@ -18,6 +18,7 @@ import (
)
var logw = logger.Logw
var cfg *config.Config
var exps = []*regexp.Regexp{
regexp.MustCompile(`^(?:https?://)?github\.com/([^/]+)/([^/]+)/(?:releases|archive)/.*`),