add test code for reading pdf files

This commit is contained in:
RockYang
2024-06-26 18:50:48 +08:00
parent f8fed83507
commit 739cd46539
11 changed files with 155 additions and 15 deletions

View File

@@ -774,6 +774,7 @@ const sendMessage = function () {
tmpChatTitle.value = content
prompt.value = ''
files.value = []
row.value = 1
return true;
}