zhangbo1_wd

忽略BuildProfile

... ... @@ -4,4 +4,5 @@
/build
/.cxx
/.test
/oh-package-lock.json5
\ No newline at end of file
/oh-package-lock.json5
/BuildProfile
\ No newline at end of file
... ...
export default class BuildProfile {
static readonly HAR_VERSION = '1.0.0';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
static readonly TARGET_NAME = 'default';
static readonly BUILD_VERSION = '';
}
\ No newline at end of file