fix: word解析失败
This commit is contained in:
@@ -70,7 +70,6 @@ const SelectFileModal = ({
|
||||
.join(' ')
|
||||
.replace(/(\\n|\n)+/g, '\n');
|
||||
setFileText(fileTexts);
|
||||
console.log(encode(fileTexts));
|
||||
} catch (error: any) {
|
||||
console.log(error);
|
||||
toast({
|
||||
|
||||
Reference in New Issue
Block a user