From 1366d974cf0e11c056b34090107a54b50bd65601 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 9 Dec 2025 17:48:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(db):=20=E8=B0=83=E6=95=B4AI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=AE=A2=E6=9C=8D=E7=9A=84=E8=8F=9C=E5=8D=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upgrade.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.sql b/upgrade.sql index 935db124b..2a9078bf6 100644 --- a/upgrade.sql +++ b/upgrade.sql @@ -70,7 +70,7 @@ INSERT INTO `lucky_addon` (`name`, `type`, `icon`, `title`, `description`, `stat INSERT INTO `lucky_addon` (`name`, `type`, `icon`, `title`, `description`, `status`, `author`, `version`, `version_no`, `content`, `create_time`) VALUES ('aikefu', 'system', 'addon/aikefu/icon.png', '智能客服', '基于Dify的智能客服系统', 1, '', '1.0.0', '525231212001', '', 1717865208); -- 智能客服插件菜单 -INSERT INTO `lucky_menu` (`app_module`, `addon`, `title`, `name`, `parent`, `level`, `url`, `is_show`, `sort`, `desc`, `is_icon`, `picture`, `picture_select`, `is_control`, `type`) VALUES ('shop', '', '智能客服', 'CONFIG_BASE_AIKEFU', 'CONFIG_BASE', 3, 'aikefu://shop/kefu/config', 1, 88, '', 0, '', '', 1, 'page'); +INSERT INTO `lucky_menu` (`app_module`, `addon`, `title`, `name`, `parent`, `level`, `url`, `is_show`, `sort`, `desc`, `is_icon`, `picture`, `picture_select`, `is_control`, `type`) VALUES ('shop', '', '智能客服', 'CONFIG_BASE_AIKEFU', 'CONFIG_BASE', 3, 'aikefu://shop/kefu/index', 1, 88, '', 0, '', '', 1, 'page'); --- 智能客服插件数据库字符集升级