瀏覽代碼

Let json files support naive parsing methods #1245 (#1247)

### What problem does this PR solve?

Let json files support naive parsing methods #1245

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
tags/v0.8.0
balibabu 1 年之前
父節點
當前提交
57970570ee
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      web/src/components/chunk-method-modal/hooks.ts

+ 4
- 1
web/src/components/chunk-method-modal/hooks.ts 查看文件

'laws', 'laws',
'presentation', 'presentation',
'one', 'one',
'qa',
], ],
], ],
[ [
['doc', 'docx'], ['doc', 'docx'],
['naive', 'resume', 'book', 'laws', 'one'],
['naive', 'resume', 'book', 'laws', 'one', 'qa', 'manual'],
], ],
[ [
['xlsx', 'xls'], ['xlsx', 'xls'],
], ],
[['txt'], ['naive', 'resume', 'book', 'laws', 'one', 'qa', 'table']], [['txt'], ['naive', 'resume', 'book', 'laws', 'one', 'qa', 'table']],
[['csv'], ['naive', 'resume', 'book', 'laws', 'one', 'qa', 'table']], [['csv'], ['naive', 'resume', 'book', 'laws', 'one', 'qa', 'table']],
[['md'], ['naive', 'qa']],
[['json'], ['naive']],
]); ]);


const getParserList = ( const getParserList = (

Loading…
取消
儲存