正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -604,7 +604,7 @@ class UpdateSeoTdk extends Command | @@ -604,7 +604,7 @@ class UpdateSeoTdk extends Command | ||
| 604 | } | 604 | } |
| 605 | 605 | ||
| 606 | //前缀有wholesale或cheap的词,后缀不拼 manufacturer,factory,exporter,company | 606 | //前缀有wholesale或cheap的词,后缀不拼 manufacturer,factory,exporter,company |
| 607 | - if (Str::startsWith(strtolower($topic), ['wholesale', 'cheap']) && $type == 'prefix') { | 607 | + if (Str::startsWith(strtolower($topic), ['wholesale', 'cheap']) && $type == 'suffix') { |
| 608 | $ban = array_merge($ban, ['manufacturer', 'manufacturers', 'factory', 'factories', 'exporter', 'exporters', 'company', 'companies', 'supplier', 'suppliers']); | 608 | $ban = array_merge($ban, ['manufacturer', 'manufacturers', 'factory', 'factories', 'exporter', 'exporters', 'company', 'companies', 'supplier', 'suppliers']); |
| 609 | } | 609 | } |
| 610 | //关键词以manufacturer,factory,exporter,company结尾, 前缀不拼wholesale或cheap的词 | 610 | //关键词以manufacturer,factory,exporter,company结尾, 前缀不拼wholesale或cheap的词 |
-
请 注册 或 登录 后发表评论