fix: 更新提交

This commit is contained in:
han_han9
2025-11-26 22:57:07 +08:00
parent 8a6620cf8f
commit 4c16bec13f
640 changed files with 70914 additions and 13327 deletions

View File

@@ -0,0 +1,9 @@
import { BasePart } from "./BasePart";
export class GlassesPart extends BasePart {
protected setSocketZIndex(): void {
if (this.socketNode) {
this.socketNode.setSiblingIndex(this.socketNode.parent.children.length);
}
}
}