Signed-off-by: szrpf <27185709@qq.com>

This commit is contained in:
szrpf
2023-04-22 08:23:59 +08:00
parent 907df34479
commit 583dfa1645
7 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -450,7 +450,7 @@ var DataBoard = /** @class */ (function (_super) {
DataBoard = __decorate([
ccclass,
executeInEditMode,
menu('Component/DataBoard')
menu('Comp/DataBoard')
], DataBoard);
return DataBoard;
}(cc.Component));