|
@@ -416,7 +416,7 @@ func (i *Info) CollectInfo() {
|
|
}
|
|
}
|
|
|
|
|
|
func PortraitExperience(source string) bool {
|
|
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
|
|
return true
|
|
}
|
|
}
|
|
for _, s := range sc {
|
|
for _, s := range sc {
|