) {
);
});
} else {
- return {replaceLocale('right.noprops', '还没有配置属性', props.config)}
;
+ return (
+
+ {replaceLocale('right.noprops', '还没有配置属性', props.config)}
+
+ );
}
}
return null;
diff --git a/packages/dooringx-lib/src/core/store/storetype.ts b/packages/dooringx-lib/src/core/store/storetype.ts
index 1f676c6..7043665 100644
--- a/packages/dooringx-lib/src/core/store/storetype.ts
+++ b/packages/dooringx-lib/src/core/store/storetype.ts
@@ -26,6 +26,7 @@ export interface AnimateItem {
animationDelay: number;
animationIterationCount: string;
animationTimingFunction: string;
+ isCustom?: boolean;
}
export interface IBlockType {