feat: remove cross-platform restriction on WebDAV backup restore
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
- 托盘显示当前轻量模式状态
|
||||
- Webdav 请求加入 UA
|
||||
- Webdav 支持目录重定向
|
||||
- 移除 Webdav 跨平台备份恢复限制
|
||||
|
||||
#### 优化了:
|
||||
- 系统代理 Bypass 设置
|
||||
|
||||
@@ -79,7 +79,7 @@ export const BackupViewer = forwardRef<DialogRef>((props, ref) => {
|
||||
}
|
||||
|
||||
const backupTime = dayjs(fileBackupTimeStr[0], DATE_FORMAT);
|
||||
const allowApply = OS === platform;
|
||||
const allowApply = true;
|
||||
return {
|
||||
...file,
|
||||
platform,
|
||||
|
||||
Reference in New Issue
Block a user