feat(view):基本实现连续视图的功能。

This commit is contained in:
徐涛
2023-03-08 16:28:24 +08:00
parent 848c8c01e7
commit 9437e45b8d
13 changed files with 191 additions and 17 deletions

View File

@@ -16,7 +16,6 @@ export const FileToolbar: FC = () => {
multiple: false
});
const files = await invoke('scan_directory', { target: directory });
console.log('[debug]file list: ', files);
storeFiles(files);
} catch (e) {
console.error('[error]打开文件夹', e);