Refactor: UmiJs -> Vite (#12410)

### What problem does this PR solve?

Refactor: UmiJs -> Vite+React

### Type of change

- [x] Refactoring

---------

Co-authored-by: Liu An <asiro@qq.com>
This commit is contained in:
chanx
2026-01-04 19:14:20 +08:00
committed by GitHub
parent 2c10ccd622
commit a8a060676a
168 changed files with 12808 additions and 23476 deletions

View File

@@ -474,7 +474,8 @@ export const useSubmitMinerU = () => {
async (payload: MinerUFormValues) => {
const cfg: any = {
...payload,
mineru_delete_output: payload.mineru_delete_output ?? true ? '1' : '0',
mineru_delete_output:
(payload.mineru_delete_output ?? true) ? '1' : '0',
};
if (payload.mineru_backend !== 'vlm-http-client') {
delete cfg.mineru_server_url;