mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
.
This commit is contained in:
@@ -59,7 +59,7 @@ export default class ButtonSimple extends Component {
|
||||
}
|
||||
|
||||
/** 短按触摸音效 */
|
||||
protected async playEffect() {
|
||||
protected playEffect() {
|
||||
if (ButtonSimple.effectPath) {
|
||||
oops.audio.playEffect(ButtonSimple.effectPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user