<?php
return array(
array(
'name' => 'spider',
'title' => '搜索引擎表',
'type' => 'array',
'value' => [
'baiduspider' => '百度',
'googlebot' => '谷歌',
'360Spider' => '360搜索',
'sosospider' => '搜搜',
'Sogou' => '搜狗',
'YoudaoBot' => '有道',
'YisouSpider' => '神马',
'Bytespider' => '头条',
'bingbot' => '必应',
'Yahoo' => '雅虎',
],
'tip' => '可自行定义蜘蛛,填入蜘蛛关键词即可',
),
);