From 08dc965d25a2bca9021ffc824b372a2ee70e7b6e Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Mon, 7 Apr 2025 09:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=97=AE=E7=AD=94=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/index.php | 3 + view/templates/include/header.html | 1 + view/templates/index/deepSeek.html | 674 ------------------------------- view/templates/index/interlocution.html | 675 ++++++++++++++++++++++++++++++++ 4 files changed, 679 insertions(+), 674 deletions(-) delete mode 100644 view/templates/index/deepSeek.html create mode 100644 view/templates/index/interlocution.html diff --git a/control/index.php b/control/index.php index 197044d..ea06388 100644 --- a/control/index.php +++ b/control/index.php @@ -92,4 +92,7 @@ class index extends publicBase { $this->ajax_json(true, '设置成功'); } + public function interlocution() { + + } } diff --git a/view/templates/include/header.html b/view/templates/include/header.html index d913ad6..deaaa29 100644 --- a/view/templates/include/header.html +++ b/view/templates/include/header.html @@ -8,6 +8,7 @@