<!doctype html>
|
<html lang="zh-CN">
|
<head>
|
<meta charset="utf-8">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<title>完整视频任务</title>
|
<link rel="stylesheet" href="sidepanel.css">
|
</head>
|
<body>
|
<main>
|
<h1>完整视频任务</h1>
|
<p class="target">仅限 BV1HA3o6oEJJ</p>
|
<p>请确认当前页面显示“充电中”,播放器总时长为 52:14,并可正常播放完整内容。</p>
|
<label class="confirm"><input id="confirmed" type="checkbox"> 我已在页面中完成上述可见确认</label>
|
<button id="validate" type="button">1. 校验当前页面</button>
|
<button id="start" type="button" disabled>2. 添加完整视频任务</button>
|
<button id="retry" type="button" hidden>失败重试</button>
|
<button id="cancel" type="button" hidden>取消任务</button>
|
<section aria-live="polite">
|
<div id="phase">状态:IDLE</div>
|
<progress id="progress" max="100" value="0"></progress>
|
<div id="detail"></div>
|
</section>
|
</main>
|
<script src="sidepanel.js"></script>
|
</body>
|
</html>
|