feat:打开新的页面展示关系图谱,并且添加节点和连线配色

This commit is contained in:
wuchengji
2026-02-28 11:28:14 +08:00
parent 82cbd0f1c7
commit 705313f31a
5 changed files with 772 additions and 389 deletions
+2
View File
@@ -10,6 +10,7 @@ import Outline from './pages/Outline';
import Characters from './pages/Characters';
import Careers from './pages/Careers';
import Relationships from './pages/Relationships';
import RelationshipGraph from './pages/RelationshipGraph';
import Organizations from './pages/Organizations';
import Chapters from './pages/Chapters';
import ChapterReader from './pages/ChapterReader';
@@ -61,6 +62,7 @@ function App() {
<Route path="outline" element={<Outline />} />
<Route path="characters" element={<Characters />} />
<Route path="relationships" element={<Relationships />} />
<Route path="relationships-graph" element={<RelationshipGraph />} />
<Route path="organizations" element={<Organizations />} />
<Route path="chapters" element={<Chapters />} />
<Route path="chapter-analysis" element={<ChapterAnalysis />} />