first commit

This commit is contained in:
Your Name
2026-09-08 11:40:15 +08:00
commit a5353f7eb5
9568 changed files with 1646214 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!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>
</head>
<body>
<div id="app"></div>
<!-- QWebEngine 提供此资源;普通浏览器中加载失败不影响页面运行。 -->
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>