diff --git a/xuanxuan/module/admin/ext/view/xuanxuan.html.php b/xuanxuan/module/admin/ext/view/xuanxuan.html.php index aa938f2bb3..9f4b7a29df 100644 --- a/xuanxuan/module/admin/ext/view/xuanxuan.html.php +++ b/xuanxuan/module/admin/ext/view/xuanxuan.html.php @@ -97,12 +97,15 @@ chat->downloadConfig, '', "class='btn btn-primary download'");?> chat->downloadXXD, '', "class='btn btn-primary download download-package' target='_blank'");?> chat->changeSetting, '', "class='btn'");?> + chat->help, '_blank', "class='btn'");?> +
chat->info;?>
+ diff --git a/xuanxuan/module/chat/ext/lang/en/xuanxuan.php b/xuanxuan/module/chat/ext/lang/en/xuanxuan.php index a1b03d8240..8f55035265 100644 --- a/xuanxuan/module/chat/ext/lang/en/xuanxuan.php +++ b/xuanxuan/module/chat/ext/lang/en/xuanxuan.php @@ -36,6 +36,7 @@ $lang->chat->xxdSchemeError = 'Server address should started with http:// or htt $lang->chat->xxdPortError = 'Server address should contain valid port and the default is 11443.'; $lang->chat->xxClientConfirm = 'Click to download new zentao client!'; $lang->chat->xxServerConfirm = 'Click to download new zentao client server!'; +$lang->chat->info = "ZenTao client is powered by Xuan, a secure and open source Instant Messenger by Nature Easy Soft. It is a self-hosted and cross-platform tool with numerous plug-ins and robust features. In Xuan, you can code your own plug-ins. Click HERE for more."; $lang->chat->xxd = new stdclass(); $lang->chat->xxd->os = 'OS'; diff --git a/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php b/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php index d2d99051e1..80e000ecfc 100644 --- a/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php +++ b/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php @@ -2,6 +2,7 @@ $lang->chat->common = '喧喧'; $lang->chat->turnon = '是否打开'; $lang->chat->downloadXXD = '下载喧喧服务端'; +$lang->chat->help = '使用说明'; $lang->chat->turnonList = array(); $lang->chat->turnonList[1] = '是'; @@ -34,6 +35,7 @@ $lang->chat->xxdPortError = '服务器地址应该包含有效的端口号, $lang->chat->zentaoClient = '新增禅道客户端!'; $lang->chat->xxClientConfirm = '与禅道深度集成,支持成员沟通,小组讨论,文件传输,任务指派,更加方便的项目管理,更加流畅的团队协作!点击界面右下角下载禅道客户端。'; $lang->chat->xxServerConfirm = '与禅道深度集成,支持成员沟通,小组讨论,文件传输,任务指派,更加方便的项目管理,更加流畅的团队协作!进入后台-集成-客户端集成进行下载配置。'; +$lang->chat->info = "禅道客户端由易软天创旗下另外一款免费、开源、安全的IM产品喧喧驱动,支持私有部署,跨平台操作,内置大量插件,功能丰富,在喧喧里,您甚至还可以为自己编写个性化的插件,点击查看。"; $lang->chat->xxd = new stdclass(); $lang->chat->xxd->os = '操作系统';