From 26a946daae8006d91a6b4f153bfab31fc18e6c08 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Thu, 17 Jul 2025 17:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ExtractionText/index copy.vue | 227 ------------------- src/components/ExtractionText/index.vue | 1 + 2 files changed, 1 insertion(+), 227 deletions(-) delete mode 100644 src/components/ExtractionText/index copy.vue diff --git a/src/components/ExtractionText/index copy.vue b/src/components/ExtractionText/index copy.vue deleted file mode 100644 index 730d19a..0000000 --- a/src/components/ExtractionText/index copy.vue +++ /dev/null @@ -1,227 +0,0 @@ - - - - - 文件文本提取工具 - 上传文件提取文本内容(支持 .txt, .pdf, .docx, mp4 , mp3, wav) - - - - 选择文件 - 未选择文件 - - - 提取文本 - - 提取结果: - 请先上传文件... - - 取消 - 确认 - - - - - - - - \ No newline at end of file diff --git a/src/components/ExtractionText/index.vue b/src/components/ExtractionText/index.vue index 715eff5..0fb6497 100644 --- a/src/components/ExtractionText/index.vue +++ b/src/components/ExtractionText/index.vue @@ -277,6 +277,7 @@ const changeRadio = (val) =>{ files.value = {} alertText.value = '请先上传文件...'; texts.value = [] + image.value = '' } const onComfirm = () => {
上传文件提取文本内容(支持 .txt, .pdf, .docx, mp4 , mp3, wav)
未选择文件