实验性的 React 重写
Go to file
Jixun Wu 6ab9ef8855 chore: add editorconfig 2023-05-08 17:29:00 +01:00
public initial commit 2023-05-07 20:11:16 +01:00
src feat: begin building worker 2023-05-08 16:23:58 +01:00
.editorconfig chore: add editorconfig 2023-05-08 17:29:00 +01:00
.eslintrc.cjs initial commit 2023-05-07 20:11:16 +01:00
.gitignore initial commit 2023-05-07 20:11:16 +01:00
.npmrc chore: rename dev to start, let pnpm use 18.16 2023-05-07 21:31:46 +01:00
LICENSE initial commit 2023-05-07 20:11:16 +01:00
README.MD feat: basic ui layout 2023-05-07 23:29:37 +01:00
index.html feat: basic ui layout 2023-05-07 23:29:37 +01:00
package.json feat: allow add file by selecting through open file dialog 2023-05-08 16:23:58 +01:00
pnpm-lock.yaml feat: allow add file by selecting through open file dialog 2023-05-08 16:23:58 +01:00
tsconfig.json initial commit 2023-05-07 20:11:16 +01:00
tsconfig.node.json initial commit 2023-05-07 20:11:16 +01:00
vite.config.ts initial commit 2023-05-07 20:11:16 +01:00

README.MD

Getting started

pnpm i
pnpm start

TODO

  • 文件拖放 (利用 react-dropzone?)
  • 各类算法
  • 简易元数据编辑器