robot.php
484 字节
<?php
return [
'Id' => 'ID',
'Name' => '机器人名称',
'Logo_image' => '机器人logo',
'Webhook' => 'WebHook地址',
'Weigh' => '权重',
'Openswitch' => '是否开启',
'Openswitch 0' => '否',
'Openswitch 1' => '是',
'Updatetime' => '更新时间',
'Createtime' => '创建时间',
'Deletetime' => '删除时间',
'Set to open' => '设为开启',
'Set to close' => '设为关闭',
];