6月2日

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>多题目面试录制与分析</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" />
</head>
<body>
<h2><strong></strong> 题:</h2>
<p><strong></strong></p>

<video id="preview" autoplay muted></video><br/>

<button id="startBtn">开始录制</button>
<button id="stopBtn" disabled>停止录制</button>

<div id="feedback"></div>

<img id="radarImg" src="" alt="综合雷达图" />

<script src="{{ url_for('static', filename='js/main.js') }}"></script>
</body>
</html>

初版主页面

posted @ 2025-06-09 14:55  KuanDong24  阅读(6)  评论(0)    收藏  举报