feat: add a new awesome feature

This commit is contained in:
2025-11-20 01:59:53 +08:00
parent 58d4e8ab2f
commit f05962954f
3 changed files with 17 additions and 5 deletions

View File

@@ -43,9 +43,9 @@ protected:
bool show = true; // 是否显示
/* == 布局模式 == */
StellarX::LayoutMode layoutMode = StellarX::LayoutMode::Fixed; // 布局模式
StellarX::Anchor anchor_1 = StellarX::Anchor::Top; // 锚点
StellarX::Anchor anchor_2 = StellarX::Anchor::Left; // 锚点
StellarX::LayoutMode layoutMode = StellarX::LayoutMode::AnchorToEdges; // 布局模式
StellarX::Anchor anchor_1 = StellarX::Anchor::Left; // 锚点
StellarX::Anchor anchor_2 = StellarX::Anchor::Right; // 锚点
/* == 背景快照 == */
IMAGE* saveBkImage = nullptr;