mirror of
https://gitee.com/openharmony-tpc/ImageKnife.git
synced 2026-05-24 17:25:44 +08:00
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;
|
|
} |