Upgrade atlas graph and desktop reader layout

This commit is contained in:
wuyang
2026-07-08 13:33:25 +08:00
parent 3318200546
commit cda6f1aabe
7 changed files with 715 additions and 21 deletions
+4 -3
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Agent Knowledge Atlas</title>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23cfe8e3'/%3E%3Ctext x='32' y='40' text-anchor='middle' font-size='24' font-family='Arial' font-weight='700' fill='%23064c47'%3EAK%3C/text%3E%3C/svg%3E" />
<link rel="stylesheet" href="/static/styles.css?v=atlas-20260708-2" />
<link rel="stylesheet" href="/static/styles.css?v=atlas-20260708-8" />
</head>
<body>
<main class="atlas-app">
@@ -44,7 +44,8 @@
</div>
<div id="atlasStage" class="atlas-stage">
<svg id="atlasSvg" viewBox="0 0 170 100" role="img" aria-label="Agent topic map"></svg>
<div id="atlasChart" class="atlas-chart" role="img" aria-label="Agent topic map"></div>
<svg id="atlasSvg" class="atlas-fallback" viewBox="0 0 170 100" role="img" aria-label="Agent topic map"></svg>
</div>
<div class="route-band">
@@ -78,6 +79,6 @@
</footer>
</main>
<script src="/static/app.js?v=atlas-20260708-2"></script>
<script src="/static/app.js?v=atlas-20260708-8"></script>
</body>
</html>