feat: 统一FTP配置,本地备份文件浏览

This commit is contained in:
TsMask
2025-05-09 19:13:02 +08:00
parent 8664e72189
commit 571bc840ad
8 changed files with 594 additions and 333 deletions

View File

@@ -61,7 +61,7 @@ type OptionsType = {
/**请求地址 */
url: string;
/**请求方法 */
method: 'get' | 'post' | 'put' | 'delete' | 'PATCH';
method: 'get' | 'post' | 'put' | 'delete' | 'PATCH' | 'GET' | 'POST' | 'PUT' | 'DELETE';
/**请求头 */
headers?: HeadersInit;
/**地址栏参数 */