feat:1.数据库存储功能添加(初版)2.后端REST API版本代码清理

This commit is contained in:
liailing1026
2026-02-25 10:55:51 +08:00
parent f736cd104a
commit 2140cfaf92
35 changed files with 3912 additions and 2981 deletions

View File

@@ -36,6 +36,7 @@ const handleFileSelect = (event: Event) => {
if (input.files && input.files[0]) {
const file = input.files[0]
readFileContent(file)
input.value = ''
}
}