diff --git a/pom.xml b/pom.xml index 851893c2..87a48987 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 17 8.0.33 3.5.16 - 2.8.13 + 2.8.5 0.15.0 5.2.3 3.2.1 @@ -341,6 +341,13 @@ ruoyi-generator ${revision} + + + org.ruoyi + ruoyi-aihuman + ${revision} + + diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 6f84d8b5..c930d256 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -57,6 +57,11 @@ ruoyi-generator + + org.ruoyi + ruoyi-aihuman + + diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index 80af4ecd..50e9056b 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -21,7 +21,11 @@ ruoyi-chat ruoyi-system ruoyi-generator - ruoyi-wechat + ruoyi-wechat + + + ruoyi-aihuman + diff --git a/script/sql/update/2025-10-10-实时交互数字人集成.sql b/script/sql/update/2025-10-10-实时交互数字人集成.sql index 3e135781..d30c7d39 100644 --- a/script/sql/update/2025-10-10-实时交互数字人集成.sql +++ b/script/sql/update/2025-10-10-实时交互数字人集成.sql @@ -390,3 +390,6 @@ INSERT INTO `sys_menu` VALUES (1971582278942666757, '交互数字人配置导出 INSERT INTO `sys_menu` VALUES (1972543718952386561, 'Live2D数字人体验', 1971550631887237121, 10, 'aihumanPublish', 'aihuman/aihumanPublish/index', NULL, 1, 0, 'C', '0', '0', NULL, '#', NULL, NULL, '2025-09-29 14:07:25', 1, '2025-09-29 14:36:28', ''); SET FOREIGN_KEY_CHECKS = 1; + + +