Skip to content

Commit

Permalink
feat: 开发 feature-examples 中 BPMN 插件 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
boyongjiong committed May 13, 2024
1 parent e61626b commit fc72df9
Show file tree
Hide file tree
Showing 23 changed files with 827 additions and 948 deletions.
37 changes: 0 additions & 37 deletions examples/engine-browser-examples/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,9 @@ import Root from './routes/root'
import ErrorPage from './pages/ErrorPage'

// 页面组件
import BasicNode from './pages/core/BasicNode'
import RectNode from './pages/core/RectNode'

import GetStarted from './pages/engine/GetStarted'
import Recorder from './pages/engine/Recorder'

import Control from './pages/extension/Control'
import DndPanel from './pages/extension/DndPanel'
import Menu from './pages/extension/Menu'

import './index.css'

const router = createBrowserRouter([
Expand All @@ -24,19 +17,6 @@ const router = createBrowserRouter([
element: <Root />,
errorElement: <ErrorPage />,
children: [
{
path: '/core',
children: [
{
path: '/core/basic-node',
element: <BasicNode />,
},
{
path: '/core/rect-node',
element: <RectNode />,
},
],
},
{
path: '/engine',
children: [
Expand All @@ -50,23 +30,6 @@ const router = createBrowserRouter([
},
],
},
{
path: '/extension',
children: [
{
path: '/extension/control',
element: <Control />,
},
{
path: '/extension/dnd-panel',
element: <DndPanel />,
},
{
path: '/extension/menu',
element: <Menu />,
},
],
},
],
},
])
Expand Down
128 changes: 0 additions & 128 deletions examples/engine-browser-examples/src/pages/core/BasicNode.tsx

This file was deleted.

Loading

0 comments on commit fc72df9

Please sign in to comment.