feat: 新增 AI 助手

This commit is contained in:
Ray.Hao
2025-11-10 08:04:34 +08:00
parent 05e3d1210a
commit c16f089071
13 changed files with 1231 additions and 1 deletions

View File

@@ -511,6 +511,19 @@ export default defineMock([
params: null,
},
},
{
path: "/function/ai-command",
component: "demo/ai-command",
name: "/function/ai-command",
meta: {
title: "AI 命令助手",
icon: "el-icon-MagicStick",
hidden: false,
keepAlive: true,
alwaysShow: false,
params: null,
},
},
{
path: "other/:id",
component: "demo/other",