feature: combined-video player.

This commit is contained in:
2024-04-11 17:29:26 +08:00
parent b6fe3e34f5
commit 5cbbcf8d81
15 changed files with 8591 additions and 873 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 350 KiB

After

Width:  |  Height:  |  Size: 430 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 651 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 600 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 510 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -6,11 +6,11 @@
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UI Lib</title>
<link href="/dist/ui.min.css" rel="stylesheet" />
<script src="/amrnb.js"></script>
<script type="module" src="/main.js"></script>
<script src="/dist/ui.min.js"></script>
<script src="/dist/utility.min.js"></script>
<link href="dist/ui.min.css" rel="stylesheet" />
<script src="amrnb.js"></script>
<script type="module" src="main.js"></script>
<script src="dist/ui.min.js"></script>
<script src="dist/utility.min.js"></script>
<style type="text/css">
#container>.ui-grid {
width: 1000px;