feat: 添加Ai聊天组件示例

This commit is contained in:
xiaoxian521
2025-03-11 09:45:03 +08:00
parent 399d3b2987
commit b004c224c2
21 changed files with 1396 additions and 31 deletions

View File

@@ -1,35 +1,37 @@
// 完整版菜单比较多,将 rank 抽离出来,在此方便维护
const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以后端在返回 rank 的时候需要从非 0 开始
vueflow = 1,
ganttastic = 2,
components = 3,
able = 4,
table = 5,
form = 6,
list = 7,
result = 8,
error = 9,
frame = 10,
nested = 11,
permission = 12,
system = 13,
monitor = 14,
tabs = 15,
about = 16,
codemirror = 17,
markdown = 18,
editor = 19,
flowchart = 20,
formdesign = 21,
board = 22,
ppt = 23,
mind = 24,
guide = 25,
menuoverflow = 26;
chatai = 1,
vueflow = 2,
ganttastic = 3,
components = 4,
able = 5,
table = 6,
form = 7,
list = 8,
result = 9,
error = 10,
frame = 11,
nested = 12,
permission = 13,
system = 14,
monitor = 15,
tabs = 16,
about = 17,
codemirror = 18,
markdown = 19,
editor = 20,
flowchart = 21,
formdesign = 22,
board = 23,
ppt = 24,
mind = 25,
guide = 26,
menuoverflow = 27;
export {
home,
chatai,
vueflow,
ganttastic,
components,