Compare commits

..

2 Commits

Author SHA1 Message Date
jinzhao f303360ddf
Pre Merge pull request !417 from jinzhao/3.x 2024-10-31 09:33:17 +00:00
jinzhao 9ba0a23c92 删除对constructor的修改
Signed-off-by: jinzhao <jinzhao@kaihong.com>
2024-10-31 17:33:08 +08: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(option?:ImageOption) {
this.caPath = option?.caPath
constructor() {
}
}