Add GraphPanel and WorkbenchPanel components for enhanced visualization and interaction

- Introduced GraphPanel.vue for dynamic graph visualization, featuring real-time updates, node and edge detail panels, and loading states.
- Added WorkbenchPanel.vue to manage ontology generation and graph building processes, including progress tracking and system logs.
- Updated MainView.vue to integrate both panels, allowing users to switch between graph and workbench views seamlessly.
- Enhanced styling across components for improved user experience and visual consistency.
This commit is contained in:
666ghj
2025-12-11 11:39:42 +08:00
parent a661046779
commit 35da38e1c9
4 changed files with 1583 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import { createRouter, createWebHistory } from 'vue-router'
import Home from '../views/Home.vue'
import Process from '../views/Process.vue'
import Process from '../views/MainView.vue'
const routes = [
{