This commit is contained in:
李志鹏
2026-01-30 14:12:17 +08:00
parent 8588c74ffd
commit 0e0eed2566
3 changed files with 6 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ export const LayerType = {
export const SpecialLayerId = {
SPECIAL_GROUP: "group_special", // 特殊组
COLOR: "special_color", // 颜色图层
PART_SELECTOR: "part_selector", // 部件选择器图层
}