Files
waveform-analysis/index.html

14 lines
353 B
HTML
Raw Normal View History

2026-07-20 10:21:30 +08:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f7f8fa" />
<title>D3 波形分析</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>