feat: complete TASK-WP0-05 storage capacity

This commit is contained in:
suyx
2026-07-27 19:10:57 +08:00
parent b5a6c6629e
commit e12a83d6d3
12 changed files with 1294 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dada 容量状态验收探针</title>
<style>
body { font-family: system-ui, sans-serif; margin: 32px; color: #1f2328; }
main { max-width: 720px; }
.bar { height: 18px; background: #d0d7de; border-radius: 4px; overflow: hidden; }
.bar > span { display: block; height: 100%; background: #cf222e; width: 100%; }
table { border-collapse: collapse; margin-top: 24px; width: 100%; }
th, td { border-bottom: 1px solid #d8dee4; padding: 8px; text-align: left; }
</style>
</head>
<body><main id="root"></main><script type="module" src="/tests/e2e/fixtures/storage-capacity.ts"></script></body>
</html>