config.php 1.1 KB

12345678910111213141516171819202122232425
  1. <?php
  2. return [
  3. 'KeFu config' => '客服配置',
  4. 'Chat name' => '应用名称',
  5. 'Ecs Exit' => '按ESC退出聊天窗口',
  6. 'Ecs Exit 0' => '不开启',
  7. 'Ecs Exit 1' => '开启',
  8. 'Send message Key' => '发送消息按键',
  9. 'Send message Key 0' => 'CTRL+回车键',
  10. 'Send message Key 1' => '回车键',
  11. 'WebSocket port' => 'WebSocket端口',
  12. 'Allow domain' => '跨站调用允许域名',
  13. 'New user tip' => '新用户一句话欢迎文案',
  14. 'New user msg' => '新用户欢迎消息(默认)',
  15. 'Announcement' => '会话窗口公告',
  16. 'Slider images' => '会话窗口轮播图',
  17. 'Chat introduces' => '会话窗口富文本',
  18. 'A line of one' => '一行一个',
  19. 'Input status Tip' => '实时显示消息输入状态',
  20. 'Input status display' => '输入状态显示',
  21. 'Input status display 0' => '不显示',
  22. 'Input status display 1' => '显示',
  23. 'Input status display 2' => '仅客服显示',
  24. ];