11 lines
278 B
PHP
11 lines
278 B
PHP
<?php
|
|
return [
|
|
'BaiduSpider' => '百度',
|
|
'Sogou' => '搜狗',
|
|
'ByteSpider' => '头条',
|
|
'Googlebot' => '谷歌',
|
|
'YisouSpider' => '神马',
|
|
'BingBot' => '必应',
|
|
'360Spider' => '360蜘蛛',
|
|
'YandexBot' => 'Yandex',
|
|
]; |