Compare commits
2 Commits
c48e64d67f
...
f303360ddf
Author | SHA1 | Date |
---|---|---|
|
f303360ddf | |
|
9ba0a23c92 |
|
@ -80,8 +80,8 @@ export class ImageKnifeOption {
|
||||||
drawingColorFilter?: ColorFilter | drawing.ColorFilter
|
drawingColorFilter?: ColorFilter | drawing.ColorFilter
|
||||||
// 自定义证书路径
|
// 自定义证书路径
|
||||||
caPath?: string
|
caPath?: string
|
||||||
constructor(option?:ImageOption) {
|
constructor() {
|
||||||
this.caPath = option?.caPath
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue