支持缩略图加载,故事项新建调整

This commit is contained in:
jiangh277
2025-08-06 18:41:32 +08:00
parent 141e8d9818
commit 182a58d0db
11 changed files with 448 additions and 229 deletions

View File

@@ -29,7 +29,6 @@ const TimelineItemDrawer = (props: Props) => {
);
useEffect(() => {
if (open) {
console.log(storyItem);
run(storyItem.instanceId);
}
}, [open]);
@@ -52,9 +51,7 @@ const TimelineItemDrawer = (props: Props) => {
<Drawer
width={1000}
placement="right"
onClose={() => {
closeDrawer();
}}
onClose={closeDrawer}
open={open}
title={storyItem.title}
footer={