This commit is contained in:
dgflash
2025-09-20 21:58:55 +08:00
parent d120563ac4
commit cc5f86cfda

View File

@@ -59,7 +59,7 @@ export default class ButtonSimple extends Component {
}
/** 短按触摸音效 */
protected async playEffect() {
protected playEffect() {
if (ButtonSimple.effectPath) {
oops.audio.playEffect(ButtonSimple.effectPath);
}