todo: openrec 重构
This commit is contained in:
@@ -89,7 +89,7 @@ func Execute() {
|
||||
continue
|
||||
}
|
||||
|
||||
var splist = xps.ForEachTag(SearchProfile{})
|
||||
var splist = xps.ForEachObjectByTag(SearchProfile{})
|
||||
for _, isp := range splist {
|
||||
sp := isp.(*SearchProfile)
|
||||
if sp.LiveUrl == "" {
|
||||
|
||||
Reference in New Issue
Block a user