From 1785116fdc6b592d88b0fd39326dc7050052d7e3 Mon Sep 17 00:00:00 2001 From: "OWNEROR-41FNVD0\\lenovo" Date: Thu, 29 May 2025 15:08:52 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E6=A0=87=E8=AF=86):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20multi-columns=20=E4=BB=93=E5=BA=93=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/application/MailBox.ets | 2 +- entry/src/main/ets/common/MailNavigation.ets | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/entry/src/main/ets/application/MailBox.ets b/entry/src/main/ets/application/MailBox.ets index bb22000..c118358 100644 --- a/entry/src/main/ets/application/MailBox.ets +++ b/entry/src/main/ets/application/MailBox.ets @@ -67,8 +67,8 @@ struct MailBox { }.onBreakpointChange((breakpoint: string) => { this.currentBreakPoint = breakpoint; }) + // [EndExclude set_show_side_bar_build] } - // [EndExclude set_show_side_bar_build] // [End set_show_side_bar_build] } diff --git a/entry/src/main/ets/common/MailNavigation.ets b/entry/src/main/ets/common/MailNavigation.ets index 2130281..421afe1 100644 --- a/entry/src/main/ets/common/MailNavigation.ets +++ b/entry/src/main/ets/common/MailNavigation.ets @@ -111,8 +111,8 @@ export struct MailNavigation { // [EndExclude navigation_mode] } .mode(this.currentBreakPoint === 'sm' ? NavigationMode.Stack : this.notesNavMode) - // [End navigation_mode] .navDestination(this.myRouter) + // [StartExclude navigation_mode] // [StartExclude navigation_mode_build] .navBarWidth(new BreakpointType(321, 321, 390).GetValue(this.currentBreakPoint) as number | Length) .menus(this.NavigationMenus) @@ -120,6 +120,8 @@ export struct MailNavigation { .title({ builder: this.NavigationTitle, height: 162 }) .hideBackButton(true) // [EndExclude navigation_mode_build] + // [EndExclude navigation_mode] } + // [End navigation_mode] // [End navigation_mode_build] } \ No newline at end of file -- Gitee