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 {