Skip to content

Commit

Permalink
feat: 导出文件打开至文件资源管理器 (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb authored Dec 6, 2024
1 parent 141121b commit 7fd5bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Item: FC<ItemProps> = (props) => {

await writeTextFile(path, value);

openPath(path);
openPath(path, { explorer: true });
};

// 预览
Expand Down

0 comments on commit 7fd5bbf

Please sign in to comment.