feat: remove cross-platform restriction on WebDAV backup restore

This commit is contained in:
wonfen
2025-04-23 00:48:40 +08:00
parent 16846aefd3
commit 15b117dc15
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
- 托盘显示当前轻量模式状态 - 托盘显示当前轻量模式状态
- Webdav 请求加入 UA - Webdav 请求加入 UA
- Webdav 支持目录重定向 - Webdav 支持目录重定向
- 移除 Webdav 跨平台备份恢复限制
#### 优化了: #### 优化了:
- 系统代理 Bypass 设置 - 系统代理 Bypass 设置

View File

@@ -79,7 +79,7 @@ export const BackupViewer = forwardRef<DialogRef>((props, ref) => {
} }
const backupTime = dayjs(fileBackupTimeStr[0], DATE_FORMAT); const backupTime = dayjs(fileBackupTimeStr[0], DATE_FORMAT);
const allowApply = OS === platform; const allowApply = true;
return { return {
...file, ...file,
platform, platform,