From e60078a2db3ed22689fbb12a81b2293616bfe246 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 23 Mar 2026 23:32:10 +0800 Subject: [PATCH] fix --- punchnet/punchnetApp.swift | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/punchnet/punchnetApp.swift b/punchnet/punchnetApp.swift index 5c85866..06f442a 100644 --- a/punchnet/punchnetApp.swift +++ b/punchnet/punchnetApp.swift @@ -79,23 +79,6 @@ struct punchnetApp: App { .windowResizability(.contentSize) .defaultPosition(.center) -// Window("重置密码", id: "resetPassword") { -// ResetPasswordRootView() -// .environment(self.userContext) -// .environment(self.appContext) -// .frame(width: 500, height: 400) -// } -// .windowResizability(.contentSize) -// .defaultPosition(.center) -// -// Window("注册", id: "register") { -// RegisterRootView() -// .environment(self.userContext) -// .environment(self.appContext) -// .frame(width: 500, height: 400) -// } -// .windowResizability(.contentSize) -// .defaultPosition(.center) // // MenuBarExtra("punchnet", image: "logo_32") { // VStack {