mirror of
https://gitee.com/openharmony-tpc/ImageKnife.git
synced 2026-07-15 06:04:31 +08:00
ae7a8a864f
使用Image组件替换Canvas组件渲染,并重构大部分的实现逻辑,提升渲染性能 Signed-off-by: madixin <madixin@huawei.com>
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
export default class BuildProfile {
|
|
static readonly HAR_VERSION = '3.0.0-rc.0';
|
|
static readonly BUILD_MODE_NAME = 'debug';
|
|
static readonly DEBUG = true;
|
|
} |