From ba8b12f81d7f02844a359566467d1e1a128e2913 Mon Sep 17 00:00:00 2001
From: mrilyew <99399973+mrilyew@users.noreply.github.com>
Date: Fri, 23 May 2025 23:15:03 +0300
Subject: [PATCH] feat: add link to audiostatus
---
Web/Presenters/templates/User/View.xml | 2 +-
Web/static/css/audios.css | 3 ++-
Web/static/js/al_music.js | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Web/Presenters/templates/User/View.xml b/Web/Presenters/templates/User/View.xml
index 9c013dd1..f7b600ef 100644
--- a/Web/Presenters/templates/User/View.xml
+++ b/Web/Presenters/templates/User/View.xml
@@ -419,7 +419,7 @@
{else}
{/if}
diff --git a/Web/static/css/audios.css b/Web/static/css/audios.css
index 89bce6f5..f1d098a3 100644
--- a/Web/static/css/audios.css
+++ b/Web/static/css/audios.css
@@ -763,8 +763,9 @@
fill-opacity: .7;
}
-.audioStatus span {
+.audioStatus a {
color: #2B587A;
+ font-weight: bold;
}
.audioStatus span:hover {
diff --git a/Web/static/js/al_music.js b/Web/static/js/al_music.js
index 9f3247a7..60ca15e0 100644
--- a/Web/static/js/al_music.js
+++ b/Web/static/js/al_music.js
@@ -176,7 +176,7 @@ window.player = new class {
}
}
- if(window.player.listen_coef > 10) {
+ if(window.player.listen_coef > 5) {
this.__countListen()
window.player.listen_coef = -10
}