From 0d41ed5bda807829d60ffc0ba8ee27520077f39b Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 22 Aug 2025 15:42:22 +0800 Subject: [PATCH] =?UTF-8?q?3.5=20=E6=9B=B4=E6=96=B0=20=E7=9C=8B=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 更新说明 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/更新说明 b/更新说明 index 63f7e8c..a708a24 100644 --- a/更新说明 +++ b/更新说明 @@ -1,3 +1,21 @@ +3.2升级3.5 重装 或 更新文件和表 涉及更新文件如下(好像就这些了) +app/admin/controller/SourceCategory.php +app/api/controller/Other.php +app/index/controller/Index.php +extend/netdisk/Transfer.php +extend/netdisk/pan/UcPan.php +public/views/index/news/common/static/css/app.css +public/views/index/news/common/head.html +public/views/index/news/detail.html +public/views/index/news/index.html +public/views/index/news/list.html +public/views/qfadmin/source/apilist.html +public/views/qfadmin/source/category.html +INSERT INTO `qf_conf` VALUES ('70', 'ban_keywords', '', '关键词屏蔽', '屏蔽搜索关键词,如:庆余年,凡人修仙传', '0', '1', NULL, '1', '1', '1', '1', '1755842460', '1755842580'); +ALTER TABLE qf_source_category ADD COLUMN is_type INT(11) NOT NULL DEFAULT 0 COMMENT '0: 网络, 1: 本地'; + + + 3.1升级3.2 重装 或 更新文件和表 涉及更新文件如下 app/common.php