mirror of
https://github.com/imsyy/home.git
synced 2024-11-16 03:32:17 +08:00
fix volume
This commit is contained in:
parent
2f5aea8d6e
commit
141fed8583
|
@ -434,6 +434,10 @@ ap.on('pause', function () {
|
|||
});
|
||||
|
||||
//音量调节
|
||||
$(document).ready(function () {
|
||||
$('#volume').val(0.5);
|
||||
})
|
||||
|
||||
function changevolume() {
|
||||
var x = $("#volume").val();
|
||||
ap.volume(x, true);
|
||||
|
|
Loading…
Reference in New Issue
Block a user