new feature: add custom style in replayer (#87)

* new feature: add custom style in replayer

* concat style rules for loop
This commit is contained in:
肉肉肉肉
2026-04-01 12:00:00 +08:00
committed by yz-yu
parent 7d785c18c2
commit 338da11e35
4 changed files with 8 additions and 4 deletions

View File

@@ -244,6 +244,7 @@ export type playerConfig = {
showDebug: boolean;
blockClass: string;
liveMode: boolean;
insertStyleRules: string[];
};
export type playerMetaData = {