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

1
typings/types.d.ts vendored
View File

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