zhangbo1_wd

忽略BuildProfile

@@ -5,3 +5,4 @@ @@ -5,3 +5,4 @@
5 /.cxx 5 /.cxx
6 /.test 6 /.test
7 /oh-package-lock.json5 7 /oh-package-lock.json5
  8 +/BuildProfile
1 -export default class BuildProfile {  
2 - static readonly HAR_VERSION = '1.0.0';  
3 - static readonly BUILD_MODE_NAME = 'debug';  
4 - static readonly DEBUG = true;  
5 - static readonly TARGET_NAME = 'default';  
6 - static readonly BUILD_VERSION = '';  
7 -}