Compare commits

..

1 Commits

Author SHA1 Message Date
jinzhao c48e64d67f
Pre Merge pull request !417 from jinzhao/3.x 2024-10-31 06:38:16 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ export class ImageKnifeOption {
drawingColorFilter?: ColorFilter | drawing.ColorFilter
// 自定义证书路径
caPath?: string
constructor() {
constructor(option?:ImageOption) {
this.caPath = option?.caPath
}
}