resolve #13 add warning messages when target is not found

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent ac6c1fc360
commit 21465e785f
4 changed files with 47 additions and 21 deletions

View File

@@ -229,6 +229,7 @@ export type playerConfig = {
root: Element;
loadTimeout: number;
skipInactive: Boolean;
showWarning: Boolean;
};
export type playerMetaData = {