Files
uzVideo/html/store/index.html
2025-03-31 11:42:11 +08:00

38 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>uz影视 扩展商店</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<div class="page-header">
<div class="page-title">uz影视 扩展商店</div>
<div class="page-description">
uz影视 版本需要 v1.6.41 及以上,建议先打开 app 停留在首页
</div>
<div class="page-description" style="color: #ffc107; font-weight: bold">
当点击添加无效时请尝试特殊添加。还是不行复制链接uz影视 -> 设置 ->
数据管理 -> 订阅 -> +
</div>
</div>
<div class="page-description" style="
margin-top: 20px;
margin-bottom: 10px;
color: #ffc107;
font-weight: bold;
">
以下资源收录自网络,请自行甄别。
</div>
<div id="resourcesContainer"></div>
<div id="errorMessage"></div>
<script type="module" src="./main.js"></script>
</body>
</html>