refactor: 去掉无用代码

This commit is contained in:
wxg0103 2024-11-26 14:07:47 +08:00
parent 98f25c99f2
commit 6a24d2eb8d

View File

@ -98,15 +98,6 @@ const uniqueParagraphList = computed(() => {
}) || []
)
})
function fileType(name: string) {
const suffix = name.split('.')
return suffix[suffix.length - 1]
}
const typeList: any = {
txt: ['txt', 'pdf', 'docx', 'csv', 'md', 'html'],
table: ['xlsx', 'xls', 'csv'],
QA: ['xlsx', 'csv', 'xls']
}
function openLink(url: string) {
// url//