HarmonyOSBaseLibs/BuildProfile.ets
徐勤民 6ef4ef6d27 init
2024-05-07 17:41:21 +08:00

5 行
153 B
Plaintext

export default class BuildProfile {
static readonly HAR_VERSION = '1.0.2';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
}