aa
This commit is contained in:
@@ -2186,7 +2186,7 @@ func MtUnionJobAutoUpdate(ctx *jxcontext.Context) (err error) {
|
||||
storeURL := ""
|
||||
percentage := 0
|
||||
if v.ActRule != "" {
|
||||
if storeURLs := regexp.MustCompile(`href=\\\\\\"(.*?)"\\\\\\`).FindStringSubmatch(v.ActRule); len(storeURLs) > 0 {
|
||||
if storeURLs := regexp.MustCompile(`href="(.*?)"`).FindStringSubmatch(strings.ReplaceAll(v.ActRule, "\\", "")); len(storeURLs) > 0 {
|
||||
fmt.Println("storeURLs .........................", storeURLs)
|
||||
storeURL = storeURLs[1]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user