diff --git a/src/pages/Page/Dom-Draggable.page.vue b/src/pages/Page/Dom-Draggable.page.vue new file mode 100644 index 0000000..1ff8a82 --- /dev/null +++ b/src/pages/Page/Dom-Draggable.page.vue @@ -0,0 +1,400 @@ + + + + + + + 组件选择 + + + + {{ item.name }} + + + + + + + 构建流程 + + 流程起点: + + + + + 拖入组件作为流程起点 + + + + {{ item.name }} + + + + + + 流程终点: + + + + + 拖入组件作为流程终点 + + + + {{ item.name }} + + + + + + + + 预览 + + + + {{ item.name }} + + + + 拖入起点和终点组件生成预览 + + + + + + + diff --git a/src/pages/PkgsUsage/SortableJS.page.vue b/src/pages/PkgsUsage/SortableJS.page.vue deleted file mode 100644 index 662cbab..0000000 --- a/src/pages/PkgsUsage/SortableJS.page.vue +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - - 组件选择 - - - - {{ item.name }} - - - - - - - 构建流程 - - 流程起点: - - - 请拖入组件构成流程起点 - - - {{ item.name }} - - - - - - 流程终点: - - - 请拖入组件构成流程终点 - - - {{ item.name }} - - - - - - - - 预览 - - - - {{ 流程起点列表[0].name }} - - - {{ item.name }} - - - {{ 流程终点列表[0].name }} - - - - 请拖入起点和终点组件以生成预览 - - - - - - - diff --git a/src/pages/PkgsUsage/SortableJSComps.page.vue b/src/pages/PkgsUsage/SortableJSComps.page.vue deleted file mode 100644 index 1d010a9..0000000 --- a/src/pages/PkgsUsage/SortableJSComps.page.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - diff --git a/src/pages/PkgsUsage/VueDraggablePlus.page.vue b/src/pages/PkgsUsage/VueDraggablePlus.page.vue deleted file mode 100644 index e06bdf4..0000000 --- a/src/pages/PkgsUsage/VueDraggablePlus.page.vue +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - - 组件选择 - - - {{ item.name }} - - - - - - - 构建流程 - - 流程起点: - - 请拖入组件构成流程起点 - - {{ item.name }} - - - - - - 流程终点: - - 请拖入组件构成流程终点 - - {{ item.name }} - - - - - - - - 预览 - - - - - {{ processStartList[0].name }} - - - - {{ item.name }} - - - - {{ processEndList[0].name }} - - - - 请拖入起点和终点组件以生成预览 - - - - - - diff --git a/typed-router.d.ts b/typed-router.d.ts index cda49fc..ec1bac3 100644 --- a/typed-router.d.ts +++ b/typed-router.d.ts @@ -26,6 +26,7 @@ declare module 'vue-router/auto-routes' { 'FlowbiteSidebar': RouteRecordInfo<'FlowbiteSidebar', '/FlowbiteSidebar', Record, Record>, 'Home': RouteRecordInfo<'Home', '/Home', Record, Record>, 'PageAPI': RouteRecordInfo<'PageAPI', '/Page/API', Record, Record>, + 'PageDomDraggable': RouteRecordInfo<'PageDomDraggable', '/Page/Dom-Draggable', Record, Record>, 'PageFonts': RouteRecordInfo<'PageFonts', '/Page/fonts', Record, Record>, 'PageIcons': RouteRecordInfo<'PageIcons', '/Page/Icons', Record, Record>, 'PageIframePageIframeConstellationDiagram': RouteRecordInfo<'PageIframePageIframeConstellationDiagram', '/Page/iframe-page/IframeConstellationDiagram', Record, Record>, @@ -35,10 +36,7 @@ declare module 'vue-router/auto-routes' { 'PageP5Js': RouteRecordInfo<'PageP5Js', '/Page/p5_js', Record, Record>, 'PageStyle': RouteRecordInfo<'PageStyle', '/Page/Style', Record, Record>, 'PkgsUsageI18n': RouteRecordInfo<'PkgsUsageI18n', '/PkgsUsage/I18n', Record, Record>, - 'PkgsUsageSortableJS': RouteRecordInfo<'PkgsUsageSortableJS', '/PkgsUsage/SortableJS', Record, Record>, - 'PkgsUsageSortableJSComps': RouteRecordInfo<'PkgsUsageSortableJSComps', '/PkgsUsage/SortableJSComps', Record, Record>, 'PkgsUsageTsEnumUtil': RouteRecordInfo<'PkgsUsageTsEnumUtil', '/PkgsUsage/ts-enum-util', Record, Record>, - 'PkgsUsageVueDraggablePlus': RouteRecordInfo<'PkgsUsageVueDraggablePlus', '/PkgsUsage/VueDraggablePlus', Record, Record>, 'UIComponentsAntdV': RouteRecordInfo<'UIComponentsAntdV', '/UI-components/AntdV', Record, Record>, 'UIComponentsComponents': RouteRecordInfo<'UIComponentsComponents', '/UI-components/Components', Record, Record>, 'UIComponentsInfiniteLoading': RouteRecordInfo<'UIComponentsInfiniteLoading', '/UI-components/infinite-loading', Record, Record>,