Files
xk-hy-transit-go/internal/logweb/web/index.html
2026-05-22 09:17:39 +08:00

33 lines
916 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>Transit 控制台</title>
<link rel="stylesheet" href="/static/static.css">
</head>
<body>
<div class="wrap">
<header>
<h1>互联网医院监管中转 · Web 控制台</h1>
</header>
<div class="cards">
<a class="card" href="/logs">
<h2>文件日志</h2>
<p>查看 app / pull / push 按日滚动日志,支持搜索与高亮。</p>
</a>
<a class="card" href="/runs">
<h2>同步流水</h2>
<p>三表关联:任务、拉取 payload、上传 HTTP、推断回调。</p>
</a>
<a class="card" href="/test">
<h2>测试执行</h2>
<p>触发一次 sync拉取 → 上传 → 回调),用于联调测试。</p>
</a>
</div>
<p class="footer" id="meta-footer">加载中…</p>
</div>
<script src="/static/app.js"></script>
<script>loadMeta();</script>
</body>
</html>