Files
MediaCrawler/api/webui/index.html
程序员阿江(Relakkes) 57b688fea4 feat: webui support light theme
2026-01-06 11:16:48 +08:00

18 lines
767 B
Python

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MediaCrawler - Command Center</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-DvClRayq.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-OiBmsgXF.css">
</head>
<body>
<div id="root"></div>
</body>
</html>