Update hkplay.vue

This commit is contained in:
TimSpan 2024-12-25 15:16:41 +08:00
parent e011ab15d8
commit cfd27691bc
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ const stopTalk = () => {
}
//
const TalkSetVolume = () => {
//@ts-ignore
myPlugin.JS_TalkSetVolume(parseFloat(inputValue.value)).then(
() => {
console.log('JS_TalkSetVolume success', inputValue.value)