Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhangbo1_wd
2024-06-13 10:42:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
950fde20ab30555b77997bf38d40e33d1bba42b2
950fde20
1 parent
75edefe1
忽略BuildProfile
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
sight_harmony/commons/wdJsBridge/.gitignore
sight_harmony/commons/wdJsBridge/BuildProfile.ets
sight_harmony/commons/wdJsBridge/.gitignore
View file @
950fde2
@@ -4,4 +4,5 @@
@@ -4,4 +4,5 @@
4
/build
4
/build
5
/.cxx
5
/.cxx
6
/.test
6
/.test
7
-
/oh-package-lock.json5
7
+
/oh-package-lock.json5
8
+
/BuildProfile
sight_harmony/commons/wdJsBridge/BuildProfile.ets
deleted
100644 → 0
View file @
75edefe
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
-
}
Please
register
or
login
to post a comment