add path mapping

This commit is contained in:
stkevintan
2025-12-08 09:15:51 +08:00
parent d541ea41ad
commit 3d622d2efe
5 changed files with 105 additions and 3 deletions

View File

@@ -1084,6 +1084,8 @@ export interface DownloaderConf {
config: { [key: string]: any }
// 是否启用
enabled: boolean
// 路径映射
path_mapping?: Array<[src: string, dst: string]>
}
// 通知配置