二期:自动同步功能开发

This commit is contained in:
朱浩 2024-07-23 14:06:42 +08:00
parent c8f1047124
commit 4c635e9fe3
1 changed files with 2 additions and 0 deletions

View File

@ -182,8 +182,10 @@ export default async function ({ app, shell, BrowserWindow, ipcMain }) {
let file = new File([data], name, {
type: fileType
})
const stats = fs.statSync(path)
formData.append('file', file)
formData.append('md5', md5)
formData.append('lastModifyTime', stats.mtime.toLocaleString())
axios
.post(url, formData, config)
.then((response) => {