feat: add basic file drag & drop support (#6)

This commit is contained in:
鲁树人
2023-05-21 16:36:21 +01:00
parent 24177e0fd6
commit c4e3999546
4 changed files with 54 additions and 15 deletions

View File

@@ -72,7 +72,7 @@ pnpm link ../libparakeet-js/npm
## TODO
- [ ] #6 文件拖放 (利用 `react-dropzone`?)
- [x] #6 文件拖放 (利用 `react-dropzone`?)
- [ ] 各类算法 [追踪 `crypto` 标签](https://git.unlock-music.dev/um/um-react/issues?labels=67)
- [ ] #7 简易元数据编辑器
- [x] ~#8 添加单元测试~ 框架加上了,以后慢慢添加更多测试即可。