屏幕问题

This commit is contained in:
2026-01-28 16:20:19 +08:00
parent 7464cd8b6c
commit 7d7e2fcdf0
20 changed files with 771 additions and 479 deletions
@@ -10,7 +10,6 @@ namespace AibisDream
{
Idle, // 空闲
Dragging, // 拖拽中
Snapping, // 吸附中
Placed // 已放置
}
@@ -70,11 +69,6 @@ namespace AibisDream
/// </summary>
void EndDrag();
/// <summary>
/// 取消拖拽(返回原位置)
/// </summary>
void CancelDrag();
/// <summary>
/// 检查是否可以放置到指定位置
/// </summary>