From 091301181af294121e23e3a033bbdbf7c478109d Mon Sep 17 00:00:00 2001 From: Yagami Date: Fri, 21 Dec 2018 09:10:31 +0800 Subject: [PATCH 1/2] * Fix download xxd file name. --- xuanxuan/module/chat/ext/model/class/xuanxuan.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') From d7c6f3428861e35dd3927a6df1e0f5bfdb3ea72c Mon Sep 17 00:00:00 2001 From: Yagami Date: Fri, 21 Dec 2018 09:58:52 +0800 Subject: [PATCH 2/2] * Fix book link. --- xuanxuan/module/admin/ext/view/xuanxuan.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'");?>