wangshan hai 1 mes
pai
achega
2e0baaffec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/service/action/info.go

+ 1 - 1
src/service/action/info.go

@@ -416,7 +416,7 @@ func (i *Info) CollectInfo() {
 }
 
 func PortraitExperience(source string) bool {
-	if strings.HasSuffix(source, "_freeuser") {
+	if strings.HasSuffix(source, "_freeuser") || strings.HasPrefix(source, "ent_portrait") || strings.HasPrefix(source, "buyer_portrait") {
 		return true
 	}
 	for _, s := range sc {