Add Scenario Mode with workflow editor - backend and frontend implementation

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-23 05:32:56 +00:00
co-authored by whyour
parent a4712f2b96
commit af88062219
13 changed files with 1532 additions and 3 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
import intl from 'react-intl-universal';
import { SettingOutlined } from '@ant-design/icons';
import { SettingOutlined, ApartmentOutlined } from '@ant-design/icons';
import IconFont from '@/components/iconfont';
import { BasicLayoutProps } from '@ant-design/pro-layout';
@@ -36,6 +36,12 @@ export default {
icon: <IconFont type="ql-icon-subs" />,
component: '@/pages/subscription/index',
},
{
path: '/scenario',
name: intl.get('场景管理'),
icon: <ApartmentOutlined />,
component: '@/pages/scenario/index',
},
{
path: '/env',
name: intl.get('环境变量'),