优化座驾特效入场标题
This commit is contained in:
@@ -81,7 +81,7 @@ function playEntryEffect(initialState) {
|
||||
}
|
||||
|
||||
window.setTimeout(() => {
|
||||
window.EffectManager?.play?.(initialState.entryEffect);
|
||||
window.EffectManager?.play?.(initialState.entryEffect, initialState.entryEffectOptions || {});
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user