diff --git a/xuanxuan/module/admin/ext/view/xuanxuan.html.php b/xuanxuan/module/admin/ext/view/xuanxuan.html.php index b33188963c..0ea81fbd52 100644 --- a/xuanxuan/module/admin/ext/view/xuanxuan.html.php +++ b/xuanxuan/module/admin/ext/view/xuanxuan.html.php @@ -112,7 +112,7 @@ chat->downloadXXD, '', "class='btn btn-primary download download-package' target='_blank'");?> chat->downloadConfig, '', "class='btn btn-primary download'");?> chat->changeSetting, '', "class='btn'");?> - chat->help, '_blank', "class='btn'");?> + chat->help, '_blank', "class='btn'");?> diff --git a/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php b/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php index 6e4cdee8fd..ae424d6541 100644 --- a/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php +++ b/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php @@ -19,7 +19,7 @@ class xuanxuanChat extends chatModel $data->version = $this->config->xuanxuan->version; $data->downloadType = $type; - $url = "https://www.chanzhi.org/license-downloadxxd.html"; + $url = "https://www.chanzhi.org/license-downloadxxd-zentao.html"; $result = common::http($url, $data); if($type == 'config')