降采样适配3.x

Signed-off-by: tsm <2418639820@qq.com>
This commit is contained in:
tsm 2024-05-22 15:47:43 +08:00
parent 74a574532a
commit a249d2be41
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
export default class BuildProfile {
static readonly HAR_VERSION = '3.0.0-rc.4';
static readonly HAR_VERSION = '3.0.0-rc.0';
static readonly BUILD_MODE_NAME = 'debug';
static readonly DEBUG = true;
static readonly TARGET_NAME = 'default';
}