fix: restore prompt/test compatibility and add web index page
Some checks failed
build-binaries / linux (push) Has been cancelled

This commit is contained in:
Nix
2026-05-13 14:01:22 +08:00
parent 5dd77abb0f
commit 6cdafddd8e
3 changed files with 30 additions and 19 deletions

14
ui/static/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=/graph.html" />
<title>TrulyMEM</title>
<script>
window.location.replace('/graph.html');
</script>
</head>
<body>
<p>Redirecting to <a href="/graph.html">/graph.html</a>...</p>
</body>
</html>