ai-speech-build/src/config/index.js

205 lines
6.4 KiB
JavaScript

/*
* @Author: 季万俊
* @Date: 2025-08-22 17:04:41
* @Description:
*/
const config = {
page: "Ecommerce Home",
commands: [
{
command: "add_project",
description: "新建",
action: "click",
selector: "#ai-speech-add-project",
params: [],
},
{
command: "switch_jsc",
description: "驾驶舱",
action: "click",
selector: "#ai_speech_jsc",
params: [],
isIframe: true,
},
{
command: "switch_zngk",
description: "智能管控",
action: "click",
selector: "#ai_speech_zngk",
params: [],
isIframe: true,
},
{
command: "switch_zndd",
description: "智能调度",
action: "click",
selector: "#ai_speech_zndd",
params: [],
isIframe: true,
},
{
command: "switch_znyw",
description: "智能运维 运维",
action: "click",
selector: "#ai_speech_znyw",
params: [],
isIframe: true,
children: [
{
command: "ai_speech_rygl",
description: "人员管理 人员",
action: "click",
selector: "#ai_speech_rygl",
params: [],
isIframe: true,
},
{
command: "ai_speech_sbgl",
description: "设备管理",
action: "click",
selector: "#ai_speech_sbgl",
params: [],
isIframe: true,
children: [
{
command: "search_project",
description: "设备名称 设备搜索 搜索设备",
action: "input",
selector: "#search_project",
params: [
{
name: "projectname",
type: "string",
description: "要输入的设备名称",
},
],
isIframe: true,
},
]
},
{
command: "ai_speech_gjgl",
description: "告警管理",
action: "click",
selector: "#ai_speech_gjgl",
params: [],
isIframe: true,
},
{
command: "ai_speech_zsk",
description: "知识库",
action: "click",
selector: "#ai_speech_zsk",
params: [],
isIframe: true,
},
{
command: "ai_speech_xcgl",
description: "巡查管理",
action: "click",
selector: "#ai_speech_xcgl",
params: [],
isIframe: true,
},
],
},
{
command: "switch_nyszzx",
description: "能源数据中心",
action: "click",
selector: "#ai_speech_nyszzx",
params: [],
isIframe: true,
children: [
{
command: "ai_speech_nhfx",
description: "能耗分析",
action: "click",
selector: "#ai_speech_nhfx",
params: [],
isIframe: true,
},
{
command: "ai_speech_nxrl",
description: "能耗日历",
action: "click",
selector: "#ai_speech_nxrl",
params: [],
isIframe: true,
},
{
command: "ai_speech_dbjc",
description: "电表监测",
action: "click",
selector: "#ai_speech_dbjc",
params: [],
isIframe: true,
},
{
command: "ai_speech_ynjc",
description: "用能监测",
action: "click",
selector: "#ai_speech_ynjc",
params: [],
isIframe: true,
},
{
command: "ai_speech_sbjc",
description: "设备监测",
action: "click",
selector: "#ai_speech_sbjc",
params: [],
isIframe: true,
},
{
command: "ai_speech_zljffx",
description: "制冷机房分析",
action: "click",
selector: "#ai_speech_zljffx",
params: [],
isIframe: true,
},
{
command: "ai_speech_ktjffx",
description: "空调机房分析",
action: "click",
selector: "#ai_speech_ktjffx",
params: [],
isIframe: true,
},
],
},
{
command: "switch_spjkzx",
description: "碳排放分析",
action: "click",
selector: "#ai_speech_spjkzx",
params: [],
isIframe: true,
},
{
command: "ai_speech_xcgl",
description: "巡查管理",
action: "click",
selector: "#ai_speech_xcgl",
params: [],
isIframe: true,
},
{
command: "close_build_project",
description: "取消",
action: "click",
selector: "#ai-speech-close_buildproject",
params: [],
},
{
command: "build_project",
description: "创建",
action: "click",
selector: "#ai-speech-buildproject",
params: [],
},
],
};
export default config;