From c0da89735cc5feb7a94a3e467db0a0f25c38f16e Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Sat, 6 Dec 2025 11:43:34 +0800 Subject: [PATCH] =?UTF-8?q?chore(db):=20=E5=8D=87=E7=BA=A7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8C=85=E5=90=AB=E6=96=B0=E5=A2=9E=E7=9A=84=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=AE=A2=E6=9C=8D=E6=8F=92=E4=BB=B6sql=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upgrade.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upgrade.sql b/upgrade.sql index beedff9c6..41ce702f6 100644 --- a/upgrade.sql +++ b/upgrade.sql @@ -64,6 +64,10 @@ INSERT INTO `lucky_cron` (`type`, `period`, `period_type`, `name`, `event`, `exe INSERT INTO `lucky_cron` (`type`, `period`, `period_type`, `name`, `event`, `execute_time`, `relate_id`, `create_time`) VALUES (2, 2, 0, '店铺统计更新(按日)', 'CronStatShop', 1700447491, 0, 0); INSERT INTO `lucky_cron` (`type`, `period`, `period_type`, `name`, `event`, `execute_time`, `relate_id`, `create_time`) VALUES (2, 2, 0, '门店统计更新(按日)', 'CronStatStore', 1700447491, 0, 0); +-- 相关插件 INSERT INTO `lucky_addon` (`name`, `type`, `icon`, `title`, `description`, `status`, `author`, `version`, `version_no`, `content`, `create_time`) VALUES ('offlinepay', 'system', 'addon/offlinepay/icon.png', '线下支付', '线下支付功能', 1, '', '5.5.2', '552250604001', '', 1764398910); INSERT INTO `lucky_addon` (`name`, `type`, `icon`, `title`, `description`, `status`, `author`, `version`, `version_no`, `content`, `create_time`) VALUES ('huaweipay', 'system', 'addon/huaweipay/icon.png', '华为支付', '华为支付功能', 1, '', '5.3.1', '525231212001', '', 1717865208); +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');