@@ -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 {