update naming

This commit is contained in:
stkevintan
2025-12-08 17:26:26 +08:00
parent fdbb0b2ca8
commit e21c3ec507

View File

@@ -1085,7 +1085,7 @@ export interface DownloaderConf {
// 是否启用
enabled: boolean
// 路径映射
path_mapping?: Array<[src: string, dst: string]>
path_mapping?: Array<[storagePath: string, downloadPath: string]>
}
// 通知配置