From 3b7521a47ae731f0bf0a922822e4417493489539 Mon Sep 17 00:00:00 2001 From: Runt <qingingrunt2010@qq.com> Date: Wed, 09 Jul 2025 10:42:02 +0000 Subject: [PATCH] 小窗布局,小窗移动 --- LiveProject/LiveProjectApp.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/LiveProject/LiveProjectApp.swift b/LiveProject/LiveProjectApp.swift index 78e5b7f..a5bcad8 100644 --- a/LiveProject/LiveProjectApp.swift +++ b/LiveProject/LiveProjectApp.swift @@ -11,7 +11,7 @@ struct LiveProjectApp: App { var body: some Scene { WindowGroup { - ContentView() + LiveActivity() } } } -- Gitblit v1.9.1