降采样适配

Signed-off-by: tsm <2418639820@qq.com>
This commit is contained in:
tsm 2024-05-22 15:40:30 +08:00
parent 72f8917aa9
commit d523d97b31
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,5 @@
export default class BuildProfile {
static readonly HAR_VERSION = '3.0.0-rc.4';
static readonly HAR_VERSION = '3.0.0-rc.0';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
static readonly TARGET_NAME = 'default';
}

View File

@ -85,10 +85,7 @@ export struct ImageKnifeComponent {
ImageKnife.getInstance().execute(this.getRequest(this.currentWidth, this.currentHeight))
}
}
}).sourceSize({
width:250,
height:250
})
})
}
watchImageKnifeOption() {