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