v0.5.72: lower default streamer unmute volume.

Avoid blasting to max when users unmute highlight clips; keep native slider control afterward.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-29 16:06:00 +08:00
co-authored by Cursor
parent d2cfcd7461
commit 7681fdb069
5 changed files with 31 additions and 8 deletions
+4 -4
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>DOTA2 上分帝</title>
<link rel="icon" href="/ui-icon/dota2_logo.png" type="image/png" />
<link rel="stylesheet" href="/style.css?v=0.5.71" />
<link rel="stylesheet" href="/style.css?v=0.5.72" />
</head>
<body>
<header class="topbar">
@@ -149,8 +149,8 @@
<section class="detail" id="detail" aria-live="polite"></section>
<script src="/config.js?v=0.5.71"></script>
<script src="/router.js?v=0.5.71"></script>
<script src="/app.js?v=0.5.71"></script>
<script src="/config.js?v=0.5.72"></script>
<script src="/router.js?v=0.5.72"></script>
<script src="/app.js?v=0.5.72"></script>
</body>
</html>