feat: add excludeSnapshotUrls

This commit is contained in:
lisonge 2024-09-04 14:16:30 +08:00
parent a9ef80eb66
commit 4e55d0d453

View File

@ -396,10 +396,15 @@ export interface RawCommonProps {
forcedTime?: Integer;
/**
* / ,
* / ,
*/
snapshotUrls?: IArray<string>;
/**
* /
*/
excludeSnapshotUrls?: IArray<string>;
/**
* / , jpg/png/webp/gif
*
@ -557,7 +562,7 @@ export interface RawGroupProps extends RawCommonProps {
/**
* group key, rule
*
* group1{key=1} rule1{key=11}, group2{key=2} rule2{key=22}, rule3{key=23}
* group1[key=1] rule1[key=11], group2[key=2] rule2[key=22], rule3[key=23]
*
* group1 scopeKeys=[2] group2 , rule1 preKeys/actionCdKey/actionMaximumKey 11/22/23
*