| 12345678910111213141516171819202122232425262728 |
- <!doctype html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="color-scheme" content="light" />
- <title>空海医院患者服务台</title>
- <link rel="stylesheet" href="./patient-service-desk-v3.css?v=20260703-2" />
- </head>
- <body>
- <div class="prototype-stage">
- <main class="phone-shell" aria-label="空海医院患者服务台">
- <header id="appHeader"></header>
- <section id="appView" aria-live="polite"></section>
- <nav id="bottomNav" aria-label="主要导航"></nav>
- <div id="overlayRoot"></div>
- </main>
- <aside
- id="scenarioPanel"
- aria-label="演示场景控制"
- aria-live="polite"
- ></aside>
- </div>
- <script src="https://unpkg.com/lucide@0.468.0/dist/umd/lucide.min.js"></script>
- <script src="./patient-service-desk-v3.bundle.js"></script>
- </body>
- </html>
|